From 7b67dea90a14661517d5517cc62f55be153b1be6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Jul 2023 15:59:17 -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 ec47e4e..070031f 100755 --- a/emulator-sync-scripts.sh +++ b/emulator-sync-scripts.sh @@ -44,7 +44,7 @@ RUNSYNC(){ fi if [ ! -f ${SYNC_FOLDER}/failures.txt ]; then echo "Sync Started" - ${ESFOLDER}/nextcloud-sync-cron/nextcloud-sync-cron.sh --verbose ${ESFOLDER}/nextcloud-client.conf + ${ESFOLDER}/nextcloud-sync-cron/nextcloud-sync-cron.sh --verbose --logdir ${SYNC_FOLDER} ${ESFOLDER}/nextcloud-client.conf echo "Sync Finished" if [ -f ${SYNC_FOLDER}/failures2.txt ] && [ ! -f ${SYNC_FOLDER}/failures.txt ]; then echo "$(date): Fixed" >> ${NC_PATH}/sync.log