From 93f141277b9593f561b3a585d42b9fff50608de2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 13:12:13 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e4182f29..38b0401e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -23,6 +23,7 @@ case "$1" in service) if [ "$2" = "nginx" ]; then SER='NGINX' elif [ "$2" = "haproxy" ]; then SER='HAProxy' + elif [ "$2" = "mysql" ]; then SER='MySQL' elif [ "$2" = "gogs" ]; then SER='Gogs' fi if [ "$3" = "stop" ]; then ADISP='Stopp'; else ADISP="$(tr '[:lower:]' '[:upper:]' <<< ${3:0:1})${3:1}"; fi