diff --git a/run.sh b/run.sh index c83ec7e..fd2d203 100755 --- a/run.sh +++ b/run.sh @@ -36,10 +36,10 @@ if [ "$1" != "update" ] && [ "$1" != "up" ]; then git pull >/dev/null 2>&1 fi fi - -echo -en "\e[1A"; -echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}" -echo "" - -/opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4 +if ["${1}" != "runup" ]; then + echo -en "\e[1A"; + echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}" + echo "" + /opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4 +fi exit 0