diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 152cedc8..fb5c4a34 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -400,7 +400,6 @@ NODEUPDATES() { end=`date +%s` runtime=$((end-start)) echo "runtime: ${runtime}" - echo } NODEUPDATE(){ @@ -1261,6 +1260,7 @@ GUI(){ NODEUPDATES ${2} ${3} > ${NM_LOGFOLDER}/${ufile} else NODEUPDATES ${2} ${3} + echo -e "${idsCL[Default]}${idsST[Reset]}" fi ;; setupssh) SETUPSSH ${2} ${3} ${4} ${5} ${6};;