diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8bda1cd1..8c93373d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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