From f6f5a4751312f050bfab8382e7cc762335d04468 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 22 Nov 2023 21:09:19 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 318547ff..287290df 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -977,11 +977,11 @@ GUI(){ vc-ssl) if [ "${2,,}" == "report" ] || [ "${3,,}" == "report" ]; then echo "$(date) - vCenter Update Initiated" >> ${NM_LOGFOLDER}/vc-ssl.log - VCENTER-SSL ${2} >> ${NM_LOGFOLDER}/vc-ssl.log + ${NM_SCRIPT} >> ${NM_LOGFOLDER}/vc-ssl.log echo "$(date) - vCenter Update Completed " >> ${NM_LOGFOLDER}/vc-ssl.log else - VCENTER-SSL ${2} + VCENTER-SSL ${2,,} fi ;; run) RUN_COMMAND ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15};;