Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-22 21:06:24 -06:00
parent cf8b175289
commit 80e0194536

View File

@@ -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