From 3f016b6ae8af153086a35f03169dab9923d25b0a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:24:20 +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 0013e4d47..a4a423c1e 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -97,7 +97,7 @@ if bashio::config.true 'auto_updater'; then bashio::log.green "Auto_updater set, checking for updates" while [[ $(occ update:check 2>&1) == *"update available"* ]]; do bashio::log.yellow " " - bashio::log.yellow "New version available" + 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 done