Better check

This commit is contained in:
Alexandre
2023-03-09 04:35:41 +01:00
committed by GitHub
parent b66a6824b6
commit dc131bae90

View File

@@ -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