Update nodemgmt-scripts.sh

This commit is contained in:
2019-06-08 11:57:41 -05:00
parent b8ba67e47c
commit 9b5c2a3918

View File

@@ -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]} }"