mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 05:56:28 +01:00
Better check
This commit is contained in:
@@ -23,7 +23,7 @@ fi
|
||||
|
||||
if bashio::config.true 'Full_Text_Search'; then
|
||||
# shellcheck disable=SC1073,SC1072,SC1009
|
||||
if [ $LAUNCHER fulltextsearch:index &>/dev/null ]; then
|
||||
if [ $LAUNCHER fulltextsearch:test &>/dev/null ]; then
|
||||
echo "Full Text Search is already working"
|
||||
break 2
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user