From 499f7b4c695c9d585c81a66cd22d06ac03729229 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 11 Aug 2023 19:43:15 -0500 Subject: [PATCH] Update emulator-sync-scripts.sh --- emulator-sync-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator-sync-scripts.sh b/emulator-sync-scripts.sh index 3b7a15b..7249e02 100755 --- a/emulator-sync-scripts.sh +++ b/emulator-sync-scripts.sh @@ -47,7 +47,7 @@ RUNSYNC(){ fi fi if [ ! -f ${SYNC_FOLDER}/failures.txt ]; then - ${ESFOLDER}/nextcloud-sync-cron/nextcloud-sync-cron.sh --verbose --logdir ${SYNC_FOLDER} ${ESFOLDER}/nextcloud-client.conf + ${ESFOLDER}/nextcloud-sync-cron/nextcloud-sync-cron.sh --logdir ${ESFOLDER}/nextcloud-client.conf --verbose ${SYNC_FOLDER} echo -e "${idsCL[Green]}Done${idsCL[Default]}" if [ -f ${SYNC_FOLDER}/failures2.txt ] && [ ! -f ${SYNC_FOLDER}/failures.txt ]; then echo "$(date): Fixed" >> ${NC_PATH}/sync.log