diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 630dce25..da9834b2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -395,7 +395,7 @@ NODEUPDATES() { echo -e "\n${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}" end=`date +%s`; runtime=$((end-start)) - echo "runtime: ${runtime}\n" + echo "runtime: ${runtime}" echo }