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"