From 26dd6b81ae70f969dc31f42b247e5e39803bab4e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 22 Nov 2023 21:44:22 -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 8bda1cd1..8c93373d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -982,7 +982,7 @@ GUI(){ if [ "${2,,}" == "log" ] || [ "${3,,}" == "log" ]; then exec 3>&1 >>${NM_LOGFOLDER}/vc-ssl.log 2>&1 echo "$(date +%Y-%m-%d-%H-%M-%S) #### vCenter Update Initiated ####" - ${NM_SCRIPT} vc-ssl ${2} report + ${NM_SCRIPT} vc-ssl report echo "$(date +%Y-%m-%d-%H-%M-%S) #### vCenter Update Completed #### " else