From adb454104584b032d1dc3c4c91bf1edd391dbafe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 16:30:59 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1c39e236..474c61b3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -130,7 +130,7 @@ case "$1" in elif [ "${srvc}" = "maxscale" ]; then SER='MaxScale' else SER="${2}" fi - echo -en "${SER}: " + echo -en "${SER}: " if [ $(${NCMD} pgrep ${srvc} | wc -l) -gt "0" ]; then echo -e "${idsCL[Green]}Running${idsCL[Default]}" else echo -e "${idsCL[Red]}Not Running${idsCL[Default]}"