Update 51-elasticsearch

This commit is contained in:
Alexandre
2021-11-06 07:25:47 +01:00
committed by GitHub
parent ea93305ce4
commit 9324046f83

View File

@@ -52,7 +52,7 @@ else
# if [ curl $HOST:9200 ] &>/dev/null; then
# Wait further for cache for index to work
echo "Waiting for a few seconds before indexing starts..."
pause 10s
wait 10s
if $LAUNCHER fulltextsearch:index </dev/null; then
bashio::log.info "Full Text Search was successfully installed!"
fi