mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-elasticsearch.sh
This commit is contained in:
@@ -22,7 +22,7 @@ fi
|
||||
|
||||
if bashio::config.true 'Full_Text_Search'; then
|
||||
# shellcheck disable=SC1073,SC1072,SC1009
|
||||
if [ eval $LAUNCHER fulltextsearch:index &>/dev/null ]; then
|
||||
if [ $LAUNCHER fulltextsearch:index &>/dev/null ]; then
|
||||
echo "Full Text Search is already working"
|
||||
break 2
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user