diff --git a/servicectl b/servicectl index 873b1e7..fb05a2b 100644 --- a/servicectl +++ b/servicectl @@ -154,7 +154,7 @@ service_status_all () if [[ "$?" == "0" ]]; then echo "Service '${SERV}' is currently running" else - echo "Service '${SERV}' is currently not running" + echo "Service '${SERV}' is currently not running" fi done }