Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-18 19:18:52 -06:00
parent 999886b59d
commit 6e092b9b53

View File

@@ -968,7 +968,7 @@ GUI(){
elif [ "${2}" = "glusterdxx" ]; then elif [ "${2}" = "glusterdxx" ]; then
SERVICE_MGMT glusterd stop SERVICE_MGMT glusterd stop
else else
SERVICE_MGMT ${2} ${3} ${4} ${5} ${6} SERVICE_MGMT ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
fi;; fi;;
singleservercheck) SINGLE_SERVER_SERVICE_CHECK ${2} ${3};; singleservercheck) SINGLE_SERVER_SERVICE_CHECK ${2} ${3};;
haproxy-config) HAPROXY-CONFIG;; haproxy-config) HAPROXY-CONFIG;;