From 3546356b6908ffec5b8b76785cc277ad5b0ad370 Mon Sep 17 00:00:00 2001 From: user333 Date: Mon, 8 Jun 2026 22:30:14 +0000 Subject: [PATCH] fix --- servicectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicectl b/servicectl index 1a506d4..2d31fc8 100644 --- a/servicectl +++ b/servicectl @@ -194,7 +194,7 @@ case "$1" in list_inactive_services ;; - *|"") + *) exit_code "1" "" "Expected one of (start|stop|restart|status|startall|stopall|restartall|listall|listactive|listinactive)" ;; esac \ No newline at end of file