From 8ead73ccc1e9c3f0b8ba1ee734e22bc33e66d410 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 10:55:16 -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 f38cadac..6bbef347 100755 --- a/run.sh +++ b/run.sh @@ -10,7 +10,7 @@ IFS=, NODE_SERVICES=(${NODE_SERVICES}) unset IFS -if [ "$1" != "service" ] && [ "$1" != "status" ] && [ "$1" != "" ]; then +if [ "$1" != "service" ] && [ "$1" != "status" ]; 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]}"