From 544b3639346bede756c08b7d116bd421aa8a1a86 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 25 Mar 2023 12:04:15 +0100 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 ca4bb5da7..fd1a6cbfd 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -30,7 +30,7 @@ done # Get launcher LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ" -if [ ! -f "$LAUNCHER" ]; then +if [ ! -f /data/config/www/nextcloud/occ ]; then LAUNCHER="apk" fi