From e7c3df0f0ac19dca87384a8ed785652f9b675a75 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:27:21 +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 37c488d05..d56302303 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 /data/config/www/nextcloud/occ" +LAUNCHER="sudo -u abc php /usr/bin/occ" #################### # Initialization #