Update 99-elasticsearch.sh

This commit is contained in:
Alexandre
2023-07-12 13:30:07 +02:00
committed by GitHub
parent a44fdec8b6
commit 7f194fad2c

View File

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