diff --git a/run.sh b/run.sh index 6fb5907..b97be6a 100755 --- a/run.sh +++ b/run.sh @@ -47,7 +47,7 @@ else echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}" fi -if [ "${1}" != "runup" ]; then +if [ "${1}" != "runup" ] && [ "${1}" != "update" ]; then /opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4 fi