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