Update emulator-sync-scripts.sh
This commit is contained in:
@@ -47,7 +47,7 @@ RUNSYNC(){
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ ! -f ${SYNC_FOLDER}/failures.txt ]; then
|
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]}"
|
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
||||||
if [ -f ${SYNC_FOLDER}/failures2.txt ] && [ ! -f ${SYNC_FOLDER}/failures.txt ]; then
|
if [ -f ${SYNC_FOLDER}/failures2.txt ] && [ ! -f ${SYNC_FOLDER}/failures.txt ]; then
|
||||||
echo "$(date): Fixed" >> ${NC_PATH}/sync.log
|
echo "$(date): Fixed" >> ${NC_PATH}/sync.log
|
||||||
|
|||||||
Reference in New Issue
Block a user