diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2f137635..43b03df0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -78,6 +78,7 @@ case "$1" in echo "" STA="$(tr '[:lower:]' '[:upper:]' <<< ${3:0:1})${3:1}" echo -e "${idsCL[LightGreen]}[[${SER} ${STA}ing]]${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}-------------------------------------------${idsCL[Default]}" nid=1 for nip in "${node_hosts[@]}"