fix more indents?

This commit is contained in:
user333 2026-06-08 22:48:05 +00:00
commit a97772df57

View file

@ -178,7 +178,7 @@ case "$1" in
status)
if service_exists "$2"; then
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
exit_code "1" "" "No such service '$2'"
;;