From 9ffefb8e4b263d407899eae12494e9ea9b3af987 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 25 Mar 2019 12:16:16 -0500 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 346306ce..4173d79e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1674,7 +1674,7 @@ NODEUPDATE() { else NCMD="ssh root@${nip}" fi - echo -en "Updating LB-Node${nid} ($nip)... ${idsCL[Default]}" + echo -en "Updating LB-Node${nid} ($nip)... ${idsCL[Default]}" ${NCMD} "nodemgmt update q" echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}" nid=`expr $nid + 1`