From fff9def9e1fef75aabd60c6c141539a625fd28b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 19 Nov 2024 22:26:02 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};;