Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-22 21:09:19 -06:00
parent 80e0194536
commit f6f5a47513

View File

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