From 9b5c2a3918170b17fcd7910a172f0bd509e70f44 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Jun 2019 11:57:41 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]} }"