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'" ;;