Correct PUID GUID

This commit is contained in:
Alexandre
2023-04-02 11:30:26 +02:00
parent a501503598
commit c4ae7913fb
5 changed files with 30 additions and 22 deletions

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 \#$PUID php /data/config/www/nextcloud/occ"
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
if $LAUNCHER fulltextsearch:test &>/dev/null; then
echo "Full Text Search is already working"