From 6578b3956ca1a6f395b68fb2858b5fb97c5a5a44 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 24 Mar 2023 11:22:41 +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 02f1a386a..0c0735664 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -66,7 +66,7 @@ fi # Check if issue in installation echo "... checking installation" -(if [[ "$(occ -V)" == *"Composer autoloader not found"* ]]; then +(if [[ "$(occ -V 2>&1)" == *"Composer autoloader not found"* ]]; then touch /reinstall fi) &> /dev/null