deployment: Fix unbound variable when WAIT_KIBANA_URL is empty for openvidu-server-pro image

pull/788/head
cruizba 2023-03-15 14:54:23 +01:00
parent 3dcde7db53
commit 280ba3b0c2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if [ "${OPENVIDU_PRO_ELASTICSEARCH}" == "false" ]; then
fi fi
# Wait for Kibana service # Wait for Kibana service
if [ -n "${WAIT_KIBANA_URL}" ]; then if [ -n "${WAIT_KIBANA_URL:-}" ]; then
printf "\n" printf "\n"
printf "\n =======================================" printf "\n ======================================="
printf "\n Waiting for Kibana service." printf "\n Waiting for Kibana service."