Update run.sh

This commit is contained in:
2023-07-15 15:55:23 -05:00
parent 9fd6899958
commit f047a7b2b9

4
run.sh
View File

@@ -49,6 +49,8 @@ if [ "${1}" == "update" ]; then
else else
echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}" echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}"
fi fi
else
/opt/idssys/emulator-sync/emulator-sync-scripts.sh ${1} ${2}
fi fi
/opt/idssys/emulator-sync/emulator-sync-scripts.sh ${1} ${2}
exit 0 exit 0