From 3a5607f1f814841f0cb34c8e984d35b2dac7e852 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 19 Nov 2024 22:26:10 -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 fb5c4a34..90bf52db 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -400,6 +400,7 @@ NODEUPDATES() { end=`date +%s` runtime=$((end-start)) echo "runtime: ${runtime}" + echo -e "${idsCL[Default]}${idsST[Reset]}" } NODEUPDATE(){ @@ -1260,7 +1261,6 @@ 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};;