From efbd6b8cd94cccb4ab8b4bb4132388c9043a2505 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 20:06:41 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 37ad59a4..2ccf06fd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -387,13 +387,12 @@ NODEUPDATE() { echo done - echo -e "${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}" echo - echo end=`date +%s` runtime=$((end-start)) echo "runtime: ${runtime}" + echo } VCENTER-SSL(){