mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Better check
This commit is contained in:
@@ -23,7 +23,7 @@ fi
|
|||||||
|
|
||||||
if bashio::config.true 'Full_Text_Search'; then
|
if bashio::config.true 'Full_Text_Search'; then
|
||||||
# shellcheck disable=SC1073,SC1072,SC1009
|
# 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"
|
echo "Full Text Search is already working"
|
||||||
break 2
|
break 2
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user