Update 99-elasticsearch.sh

This commit is contained in:
Alexandre
2023-07-12 14:04:05 +02:00
committed by GitHub
parent 79d9da6eb9
commit 7d59318464

View File

@@ -8,7 +8,7 @@ if [ -f /notinstalled ]; then exit 0; fi
# Specify launcher
PUID=$(bashio::config "PUID")
PGID=$(bashio::config "PGID")
LAUNCHER="occ"
LAUNCHER="sudo -u abc php /app/www/public/occ"
if $LAUNCHER fulltextsearch:test &>/dev/null; then
echo "Full Text Search is already working"