From f93e6048121f72f1dacb9f6282ceb4d134f7a18e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Mar 2023 17:36:49 +0200 Subject: [PATCH] Update 02-init_steps.sh --- nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a4a423c1e..025b42e88 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -98,8 +98,8 @@ if bashio::config.true 'auto_updater'; then while [[ $(occ update:check 2>&1) == *"update available"* ]]; do bashio::log.yellow " " bashio::log.yellow "... new version available, updating. Please do not turn off your addon!" - updater.phar --no-interaction &>/proc/1/fd/1 - occ upgrade &>/proc/1/fd/1 + updater.phar --no-interaction + occ upgrade done elif [ "$(version "$CONTAINERVERSION")" -gt "$(version "$CURRENTVERSION")" ]; then bashio::log.yellow " "