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(){