Update run.sh

This commit is contained in:
2023-08-28 22:42:58 -05:00
parent 3fc15f1c1f
commit 6d33f0d9c6

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" ]; then
if [ "${1}" != "runup" ] && [ "${1}" != "update" && [ "${1}" != "test" ]; then
/opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4
fi