This commit is contained in:
Alexandre
2022-02-18 16:49:00 +01:00
parent dddf6ec5b6
commit 0d1f2f0489
3 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ fi
#################################################################################
if bashio::config.true 'Full_Text_Search'; then
if [ $LAUNCHER fulltextsearch:index &>/dev/null ]; then
# shellcheck disable=SC1073,SC1072,SC1009
if [ eval $LAUNCHER fulltextsearch:index &>/dev/null ]; then
echo "Full Text Search is already working"
break 2
fi