From 4facdbb057957fd790656bff583d892fcff14a6e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Feb 2019 00:09:52 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a47968e7..ed55c64d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -39,7 +39,7 @@ STATUS() { else NCMD="ssh root@${nip}"; LH='' fi - DIVIDER() + DIVIDER echo -e "Node hostname: ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[LightCyan]} ${LH}${idsCL[Default]}" for srvc in "${NODE_SERVICES[@]}" do @@ -53,7 +53,7 @@ STATUS() { nid=`expr $nid + 1` done - DIVIDER() + DIVIDER echo "" if [ -z $action ] && "${action}" = "gui" ]; then read -n 1 -s -p "Press any key to continue"