Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-18 15:53:49 -06:00
parent bc145c7a8d
commit 826a9a8c18

View File

@@ -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;;