fix more indents?
This commit is contained in:
parent
f811655da2
commit
a97772df57
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ case "$1" in
|
||||||
status)
|
status)
|
||||||
if service_exists "$2"; then
|
if service_exists "$2"; then
|
||||||
service_active "$2"
|
service_active "$2"
|
||||||
exit_code "$?" "Service '$2' is currently running" "Service '$2' is currently not running"
|
exit_code "$?" "Service '$2' is currently running" "Service '$2' is currently not running"
|
||||||
fi
|
fi
|
||||||
exit_code "1" "" "No such service '$2'"
|
exit_code "1" "" "No such service '$2'"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue