Update emulator-sync-scripts.sh

This commit is contained in:
2023-07-15 16:19:54 -05:00
parent a38c37cff8
commit a567bd196a

View File

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