Update emulator-sync-scripts.sh
This commit is contained in:
@@ -54,7 +54,7 @@ RUNSYNC(){
|
||||
mv ${ES_LOGFOLDER}/nextcloudcmd.txt ${ES_LOGFOLDER}/nextcloudcmd.txt.1 2>/dev/null
|
||||
|
||||
dbfile=( ${NC_PATH}/.*.db )
|
||||
/usr/bin/sqlite3 $dbfile 'PRAGMA journal_mode = delete;' 2>/dev/null
|
||||
clearDB=$(/usr/bin/sqlite3 $dbfile 'PRAGMA journal_mode = delete;') 2>/dev/null
|
||||
|
||||
${ES_FOLDER}/nextcloud-sync-cron/nextcloud-sync-cron.sh --verbose --logdir ${ES_LOGFOLDER} ${ES_FOLDER}/nextcloud-client.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user