From 215df5cf61c7ecde7fbbb8a4339eedbfa412b73c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 15:47:28 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 33473e55..29e49b20 100755 --- a/run.sh +++ b/run.sh @@ -7,7 +7,7 @@ source /opt/idssys/nodemgmt/settings.conf source /opt/idssys/nodemgmt/defaults.inc -if [ "$1" != "service" ] && [ "$1" != "status" ]; then +if [ "$1" != "service" ] && [ "$1" != "status" ] && [ "$1" != "status-check" ]; then echo "" echo -e "${idsCL[Yellow]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"