From 6e092b9b530f4ada86e54de07d21eab7fd6969d4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 18 Nov 2023 19:18:52 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d614f698..5942830d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -968,7 +968,7 @@ GUI(){ elif [ "${2}" = "glusterdxx" ]; then SERVICE_MGMT glusterd stop else - SERVICE_MGMT ${2} ${3} ${4} ${5} ${6} + SERVICE_MGMT ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} fi;; singleservercheck) SINGLE_SERVER_SERVICE_CHECK ${2} ${3};; haproxy-config) HAPROXY-CONFIG;;