Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-22 21:44:22 -06:00
parent 43bad4960d
commit 26dd6b81ae

View File

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