Correction of bash script.

This commit is contained in:
2018-05-25 20:32:49 +02:00
parent 06b1ea9370
commit b8711ee49f

View File

@@ -62,8 +62,7 @@ case "$1" in
status status
;; ;;
restart) restart)
stop restart
start
;; ;;
*) *)
echo "Usage: $0 {start|stop|status}" echo "Usage: $0 {start|stop|status}"