From 826a9a8c181c8141d7323978ecfe8833b6716bb7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 18 Nov 2023 15:53:49 -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 2e87a24a..e6ac46e8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -977,7 +977,7 @@ GUI(){ elif [ "${2}" = "glusterdxx" ]; then SERVICE glusterd stop else - SERVICE ${2} ${3} ${4} + SERVICE ${2} ${3} ${4} ${5} ${6} fi;; singleservercheck) SINGLE_SERVER_SERVICE_CHECK ${2} ${3};; haproxy-config) HAPROXY-CONFIG;;