From 55a8592d337281d633e8685e9303b1e7a04c390e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 17 Jul 2023 23:18:00 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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