From d09f73ad5a4a42f99d9c3aa0d89d967887a8d60f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:00:51 +0200 Subject: [PATCH] Update 98-upgrade.sh --- nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh b/nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh index 9d29fe192..814d02418 100755 --- a/nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh +++ b/nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh @@ -35,7 +35,13 @@ if ! bashio::config.true "disable_updates"; then # Reset permissions /./etc/cont-init.d/01-folders.sh elif bashio::config.true "disable_updates" && [ "$(version "$CONTAINERVERSION")" -gt "$(version "$CURRENTVERSION")" ]; then - bashio::log.yellow " " - bashio::log.yellow "New version available : $CONTAINERVERSION" - bashio::log.yellow "...auto_updater not set in addon options, please update from nextcloud settings" + bashio::log.warning " " + bashio::log.warning "----------------------------------------- " + bashio::log.warning "New version available : $CONTAINERVERSION" + bashio::log.warning "-----------------------------------------" + bashio::log.warning " " + bashio::log.warning "...auto_updater not set in addon options, please update from nextcloud settings" + bashio::log.warning "If you don't update you risk an addon breakage !" + bashio::log.warning " " + bashio::log.warning "-----------------------------------------" fi