Update 99-elasticsearch.sh

This commit is contained in:
Alexandre
2023-03-09 04:51:22 +01:00
committed by GitHub
parent ac95db456f
commit 98bbce2682

View File

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