Update 99-trusted_domains.sh

This commit is contained in:
Alexandre
2023-04-01 08:08:57 +02:00
committed by GitHub
parent 67325cbdb2
commit 16c9a94ee8

View File

@@ -5,8 +5,8 @@
if [ -f /notinstalled ]; then exit 0; fi
# Specify launcher
PUID=$(bashio::config "PUID")
LAUNCHER="sudo -u \#$PUID php /data/config/www/nextcloud/occ"
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
####################
# Initialization #