From e860aafeab70e225d94a8698c19c8c4d5f2c2259 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:28:24 +0200 Subject: [PATCH] Update 99-trusted_domains.sh --- nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d56302303..7a3f193cd 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-trusted_domains.sh @@ -6,7 +6,7 @@ if [ -f /notinstalled ]; then exit 0; fi # Specify launcher -LAUNCHER="sudo -u abc php /usr/bin/occ" +LAUNCHER="occ" #################### # Initialization #