From 2401cf17aec62312d8e608856fd53fb00de31b4a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jan 2019 22:01:15 -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 43b03df0..5088d5a7 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -83,7 +83,7 @@ case "$1" in nid=1 for nip in "${node_hosts[@]}" do - echo -en "${idsCL[Cyan]}${STA}ing Node ${nid} ($nip)...${idsCL[Default]}" + echo -en "${STA}ing Node ${nid} ($nip)...${idsCL[Default]}" ssh root@${nip} systemctl $3 $2 if [[ $(ssh root@${nip} ps -ef | grep -c ${2}) -ne 1 ]]; then echo -e "${idsCL[Green]}OK${idsCL[Default]}"