From d83f904b71d157a5e8c076f73ec625a547cd3c70 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 16:43:07 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2af2a9c1..630dce25 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -393,12 +393,10 @@ NODEUPDATES() { sleep 2s done - echo -e "${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}" + echo -e "\n${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}" + end=`date +%s`; runtime=$((end-start)) + echo "runtime: ${runtime}\n" echo - end=`date +%s` - runtime=$((end-start)) - echo "runtime: ${runtime}" - echo -e "${idsCL[Default]}${idsST[Reset]}" } NODEUPDATE(){