From a567bd196a7c99ec6670d2bca0007a386e569640 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Jul 2023 16:19:54 -0500 Subject: [PATCH] Update emulator-sync-scripts.sh --- emulator-sync-scripts.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/emulator-sync-scripts.sh b/emulator-sync-scripts.sh index a0a6d2c..3b7a15b 100755 --- a/emulator-sync-scripts.sh +++ b/emulator-sync-scripts.sh @@ -55,7 +55,6 @@ RUNSYNC(){ /bin/rm -f ${SYNC_FOLDER}/failures* fi /bin/rm -f ${ESFOLDER}/nc-sync.running - exit 0 fi else if [ -f ${ESFOLDER}/mount.failure ]; then @@ -85,7 +84,5 @@ case ${1} in esac -echo - exit 1 \ No newline at end of file