Correct script

This commit is contained in:
Alexandre
2023-03-05 14:20:35 +01:00
committed by GitHub
parent 03fa9488d5
commit 93a862d05b

View File

@@ -67,7 +67,7 @@ if bashio::config.true 'Full_Text_Search'; then
# 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:test &>/dev/null; then
bashio::log.info "Full Text Search was successfully installed using elasticsearch server $HOST!"
else