From c1db6284a28f222d79f82ef2d5e11a4d97b45d73 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 25 Apr 2025 18:56:46 +1200 Subject: [PATCH] Fix dropshell-agent status --- templates/dropshell-agent/status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dropshell-agent/status.sh b/templates/dropshell-agent/status.sh index c65f41b..79c337a 100644 --- a/templates/dropshell-agent/status.sh +++ b/templates/dropshell-agent/status.sh @@ -5,4 +5,4 @@ # It is used to return the status of the service (0 is healthy, 1 is unhealthy). # It is called with the path to the server specific env file as an argument. -return 0 +exit 0