remove unneeded line

updates_os_and_scripts
neu5ron 2020-01-22 17:06:26 -05:00
parent a1541a01ee
commit 2825e2467d
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ HELK_INFO_TAG="HELK-KIBANA-DOCKER-$TAG_NAME-INFO:"
HELK_ERROR_TAG="HELK-KIBANA-DOCKER-$TAG_NAME-ERROR:"
# *********** Wait for Kibana port to be up ***************
#until curl -s $KIBANA_URL -o /dev/null; do
until curl --silent "${KIBANA_ACCESS}" --output /dev/null; do
echo "$HELK_INFO_TAG Waiting for Kibana internal port to be up.."
sleep 5