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