From 6bbba057105376712ca456cbf94410a52c36998c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:13:52 +0100 Subject: [PATCH] timeout everytwhere --- check-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-health.sh b/check-health.sh index 3fe09031..7f61d2cf 100755 --- a/check-health.sh +++ b/check-health.sh @@ -71,7 +71,7 @@ if [ $? -eq 0 ]; then fi else echo "unverified ($http_status_code2)" - exit 0 + exit 1 fi fi