diff --git a/run.sh b/run.sh index d69ad531..544447c2 100755 --- a/run.sh +++ b/run.sh @@ -10,7 +10,7 @@ else fi source /opt/idssys/nodemgmt/defaults.inc -if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ]; then +if [ "$1" != "service" ] && [ "$1" != "status" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ]; then if [ "$1" != "status" ]; then echo "" echo -e "${idsCL[Yellow]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}"