You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
355 B
11 lines
355 B
sqlite3 /emmc/plugin/Aida_data/db_face.db << 'END_SQL' |
|
.output /emmc/plugin/Aida_data/tmp_face.sql |
|
.dump |
|
END_SQL |
|
|
|
rm /emmc/plugin/Aida_data/new_db_face.db; |
|
sqlite3 /emmc/plugin/Aida_data/new_db_face.db << 'END_SQL2' |
|
.read /emmc/plugin/Aida_data/tmp_face.sql |
|
END_SQL2 |
|
|
|
cp /emmc/plugin/Aida_data/new_db_face.db /emmc/plugin/Aida_data/db_face.db;
|
|
|