This commit is contained in:
Alexandre
2022-02-18 13:42:06 +01:00
parent 3de9262724
commit 06b78d3573
7 changed files with 17 additions and 17 deletions

View File

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