Update run.sh

This commit is contained in:
2023-07-17 23:18:00 -05:00
parent 75308b2279
commit 55a8592d33

2
run.sh
View File

@@ -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