From c44d49967a393d830d21124525aff5a0c0f40f7a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 14:28:53 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 39e7b498..9dd92f09 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -79,7 +79,6 @@ STATUS() { echo -e " ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[LightCyan]} ${LH}${idsCL[Default]}" DIVIDER false green checkhost=$(CHECK_HOST ${nip}) - #echo "checkhost: ${checkhost}" if [ "${checkhost}" != "false" ]; then for srvc in "${NODE_SERVICES[@]}" do @@ -96,7 +95,7 @@ STATUS() { fi done else - echo -e "${idsCL[Red]}Node is Down! ${checkhost}${idsCL[Default]}" + echo -e "${idsCL[Red]}Node is Down!${idsCL[Default]}" fi echo nid=`expr $nid + 1`