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