From 4b51c2cf5a7768b59fefd1d3ec001893252d6bd0 Mon Sep 17 00:00:00 2001 From: ety001 Date: Fri, 25 Mar 2022 22:28:11 +0000 Subject: [PATCH] update healthcheck message --- healthcheck.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/healthcheck.sh b/healthcheck.sh index b051d02..e131c7b 100644 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -7,7 +7,7 @@ if [[ $c1 -lt 1 ]]; then echo Status: 500 echo Content-type:text/plain echo - echo hive2elastic_post_not_healthy + echo hive2elastic_post not healthy exit 1 fi @@ -15,12 +15,12 @@ if [[ $c2 -lt 1 ]]; then echo Status: 500 echo Content-type:text/plain echo - echo hive2elastic_account_not_healthy + echo hive2elastic_account not healthy exit 1 fi echo Status: 200 echo Content-type:text/plain echo -echo healthcheck +echo healthcheck ok exit 0