Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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]} }"
|
||||
|
||||
Reference in New Issue
Block a user