Update emulator-sync-scripts.sh

This commit is contained in:
2023-08-11 19:43:15 -05:00
parent a567bd196a
commit 499f7b4c69

View File

@@ -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