From 97f0148e427ce62b59621c9f7e1f2c3a6ac778c1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:10:35 +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 ee6866fc..edcfd613 100755 --- a/check-health.sh +++ b/check-health.sh @@ -70,7 +70,7 @@ if [ $? -eq 0 ]; then exit 1 fi else - "unverified ($http_status_code2)" + echo "unverified ($http_status_code2)" exit 0 fi fi