From a97772df576e678d6831ca4d201ea3ecb9d0dcf2 Mon Sep 17 00:00:00 2001 From: user333 Date: Mon, 8 Jun 2026 22:48:05 +0000 Subject: [PATCH] fix more indents? --- servicectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicectl b/servicectl index fb05a2b..eda781e 100644 --- a/servicectl +++ b/servicectl @@ -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'" ;;