From dc8ee4a950d62e122fe65c66e2d5acdfd5f4fdb1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:22:13 +0200 Subject: [PATCH] Update 02-init_steps.sh --- nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh | 1 + 1 file changed, 1 insertion(+) 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 cf940476e..bd1e71a4e 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -120,4 +120,5 @@ if [ -f /reinstall ]; then bashio::log.green "... reinstall ongoing, please wait" if [ -f /data/config/www/nextcloud/index.php ]; then rm /data/config/www/nextcloud/index.php; fi && \ /./etc/s6-overlay/s6-rc.d/init-nextcloud-config/run + occ upgrade &>/proc/1/fd/1 || true fi