From 16c9a94ee8148641ced9330df3f92521b382554e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:08:57 +0200 Subject: [PATCH] Update 99-trusted_domains.sh --- nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh b/nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh index 419aa7ed8..37c488d05 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh @@ -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 #