From a44fdec8b62082e2aa87382d33d3717d57363656 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:29:09 +0200 Subject: [PATCH] Update 02-init_steps.sh --- nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh index efaed1e58..62e3aaeec 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -34,7 +34,7 @@ if [ -f /notinstalled ]; then fi # Specify launcher -LAUNCHER="sudo -u abc php /usr/bin/occ" +LAUNCHER="occ" # Check current version if [ -f /data/config/www/nextcloud/version.php ]; then