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