update Run.sh: convert spaces to tabs, fix case calls

This commit is contained in:
cclecle
2022-05-08 14:32:44 +02:00
parent cc09b42579
commit 9ca631fc6d

7
Run.sh
View File

@@ -33,13 +33,14 @@ fi
case "$1" in
'install')
start
install
;;
'enable')
stop
disable
enable
;;
'disable')
start
disable
;;
*)
show_help