From 2f0628bf3d28432be785f331034c43ac269ebf48 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 16:44:01 -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 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 }