From 80e0194536c9b0fc10b8521b7f9fddaf713b9250 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 22 Nov 2023 21:06:24 -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 8deaa972..318547ff 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -975,7 +975,7 @@ GUI(){ haproxy-config) HAPROXY-CONFIG;; keepalive-config) KEEPALIVE-CONFIG;; vc-ssl) - if [ "${2,,}" == "q" ] || [ "${3,,}" == "q" ]; then + if [ "${2,,}" == "report" ] || [ "${3,,}" == "report" ]; then echo "$(date) - vCenter Update Initiated" >> ${NM_LOGFOLDER}/vc-ssl.log VCENTER-SSL ${2} >> ${NM_LOGFOLDER}/vc-ssl.log echo "$(date) - vCenter Update Completed