mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Correct script
This commit is contained in:
@@ -67,7 +67,7 @@ if bashio::config.true 'Full_Text_Search'; then
|
|||||||
# Wait further for cache for index to work
|
# Wait further for cache for index to work
|
||||||
echo "Waiting for a few seconds before indexing starts..."
|
echo "Waiting for a few seconds before indexing starts..."
|
||||||
sleep 10s
|
sleep 10s
|
||||||
if $LAUNCHER fulltextsearch:index &>/dev/null; then
|
if $LAUNCHER fulltextsearch:test &>/dev/null; then
|
||||||
bashio::log.info "Full Text Search was successfully installed using elasticsearch server $HOST!"
|
bashio::log.info "Full Text Search was successfully installed using elasticsearch server $HOST!"
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user