Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1495,7 +1495,7 @@ NODEUPDATE() {
|
|||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
VCENTER_SSL(){
|
VCENTER-SSL(){
|
||||||
function status() {
|
function status() {
|
||||||
GREEN='\033[00;32m'
|
GREEN='\033[00;32m'
|
||||||
RESTORE='\033[0m'
|
RESTORE='\033[0m'
|
||||||
@@ -1646,6 +1646,7 @@ if [ ${action-x} ]; then
|
|||||||
services) SERVICES;;
|
services) SERVICES;;
|
||||||
haproxy-config) HAPROXY-CONFIG;;
|
haproxy-config) HAPROXY-CONFIG;;
|
||||||
keepalive-config) KEEPALIVE-CONFIG;;
|
keepalive-config) KEEPALIVE-CONFIG;;
|
||||||
|
vc-ssl) VCENTER-SSL;;
|
||||||
gui) GUI;;
|
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]} }"
|
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