From 56c126e2240a2435e3f1ff1301bb9b51250a8a43 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:12:38 +0100 Subject: [PATCH] Update 99-run.sh --- addons_updater/rootfs/etc/cont-init.d/99-run.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/addons_updater/rootfs/etc/cont-init.d/99-run.sh b/addons_updater/rootfs/etc/cont-init.d/99-run.sh index e279957d2..27329190e 100755 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -218,15 +218,14 @@ for f in */; do sed -e '/.*dev.*/d' | sed -e '/.*nightly.*/d' | sed -e '/.*beta.*/d' | - sed -e "/.*$EXCLUDE_TEXT.*/d" | sort -V | tail -n 1)" || true if [[ "$LASTVERSION" == "" ]]; then # Continue to next - echo "No packages found" + bashio::log.warning "No packages found" set_continue=true else - echo "Found tag $LASTVERSION" + bashio::log.info "Found tag $LASTVERSION" fi else # Continue to next