From 2832ca186a83c5ac2a69826c472578bde0b57fe9 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:09:29 +0100 Subject: [PATCH] timeout everytwhere --- check-health.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check-health.sh b/check-health.sh index d703d678..ee6866fc 100755 --- a/check-health.sh +++ b/check-health.sh @@ -69,14 +69,14 @@ if [ $? -eq 0 ]; then echo "forked" exit 1 fi - elif [ $curl_code -eq 28 ]; then - echo "timeout" + else + "unverified ($http_status_code2)" exit 0 fi fi echo "unverified ($curl_code)" - exit 1 + exit 0 elif [ $time_difference -lt 60 ]; then echo "online" exit 0