Update 51-elasticsearch

This commit is contained in:
Alexandre
2021-11-06 07:38:32 +01:00
committed by GitHub
parent f57d46f3a2
commit 273c5cb92a

View File

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