This commit is contained in:
2023-08-28 22:46:15 -05:00
parent 08afd7e111
commit 9f93cddfd0
2 changed files with 4 additions and 1 deletions

2
run.sh
View File

@@ -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}" != "u" ]; then
/opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4
fi