From f047a7b2b969cc45f3ad3a1524ebde31fda659f3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Jul 2023 15:55:23 -0500 Subject: [PATCH] Update run.sh --- run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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