From 8d8eff747b1d8f79249dc6c37e8213d640a8ef67 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 20:42:15 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 03b25547..9bc84ee8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -89,6 +89,7 @@ STATUS() { c=0; cw=22; spc='' spc1=${cw}-${#NM_SERVICES[${srvc}]} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done + echo "${NCMD}" echo -en " ${NM_SERVICES[${srvc}]}$spc: " if [ $(${NCMD} pgrep ${srvc} | wc -l) -gt "0" ]; then echo -e "${idsCL[Green]}Running${idsCL[Default]}"