diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 919e6d8f..458dd40c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1495,7 +1495,7 @@ NODEUPDATE() { echo "" } -VCENTER_SSL(){ +VCENTER-SSL(){ function status() { GREEN='\033[00;32m' RESTORE='\033[0m' @@ -1646,6 +1646,7 @@ if [ ${action-x} ]; then services) SERVICES;; haproxy-config) HAPROXY-CONFIG;; keepalive-config) KEEPALIVE-CONFIG;; + vc-ssl) VCENTER-SSL;; gui) GUI;; *) echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}status${idsCL[Default]} | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }"