mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Update 02-init_steps.sh
This commit is contained in:
@@ -102,7 +102,7 @@ if [ "$(version "$CONTAINERVERSION")" -gt "$(version "$CURRENTVERSION")" ]; then
|
|||||||
for VERSION in seq "${CURRENTVERSION%%.*}" "${CONTAINERVERSION%%.*}"; do
|
for VERSION in seq "${CURRENTVERSION%%.*}" "${CONTAINERVERSION%%.*}"; do
|
||||||
bashio::log.green "... installing version $VERSION"
|
bashio::log.green "... installing version $VERSION"
|
||||||
nextcloud_download "latest-$VERSION"
|
nextcloud_download "latest-$VERSION"
|
||||||
updater.phar &>/proc/1/fd/1
|
updater.phar --no-interaction &>/proc/1/fd/1
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
bashio::log.yellow "...auto_updater not set in addon options, please update from nextcloud settings"
|
bashio::log.yellow "...auto_updater not set in addon options, please update from nextcloud settings"
|
||||||
|
|||||||
Reference in New Issue
Block a user