Update emulator-sync-scripts.sh

This commit is contained in:
2023-08-11 19:48:50 -05:00
parent 499f7b4c69
commit d5cc1120d5

View File

@@ -47,7 +47,7 @@ RUNSYNC(){
fi
fi
if [ ! -f ${SYNC_FOLDER}/failures.txt ]; then
${ESFOLDER}/nextcloud-sync-cron/nextcloud-sync-cron.sh --logdir ${ESFOLDER}/nextcloud-client.conf --verbose ${SYNC_FOLDER}
${ESFOLDER}/nextcloud-sync-cron/nextcloud-sync-cron.sh --verbose --logdir ${SYNC_FOLDER} ${ESFOLDER}/nextcloud-client.conf
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