Curl Fixed for Kibana 7.7.0 version

pull/494/head
cruizba 2020-06-04 14:52:01 +02:00
parent c150b87a2a
commit 806794bb7d
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if [ ! -z "${WAIT_KIBANA_URL}" ]; then
while true while true
do do
HTTP_STATUS=$(curl -s -o /dev/null -I -w "%{http_code}" "${WAIT_KIBANA_URL}") HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" "${WAIT_KIBANA_URL}")
printf "\n Waiting for kibana in '%s' URL..." "${WAIT_KIBANA_URL}" printf "\n Waiting for kibana in '%s' URL..." "${WAIT_KIBANA_URL}"