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