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