mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 08:11:50 +02:00
Update 99-elasticsearch.sh
This commit is contained in:
@@ -8,7 +8,7 @@ if [ -f /notinstalled ]; then exit 0; fi
|
|||||||
# Specify launcher
|
# Specify launcher
|
||||||
PUID=$(bashio::config "PUID")
|
PUID=$(bashio::config "PUID")
|
||||||
PGID=$(bashio::config "PGID")
|
PGID=$(bashio::config "PGID")
|
||||||
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
|
LAUNCHER="occ"
|
||||||
|
|
||||||
if $LAUNCHER fulltextsearch:test &>/dev/null; then
|
if $LAUNCHER fulltextsearch:test &>/dev/null; then
|
||||||
echo "Full Text Search is already working"
|
echo "Full Text Search is already working"
|
||||||
|
|||||||
Reference in New Issue
Block a user