From e24d5c01439b1657b14f101b6ffaa6bf866b90a7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 12 Aug 2022 07:06:19 +0200 Subject: [PATCH] Update 99-run.sh --- addons_updater/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b7894b57a..ed8a062ec 100644 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -73,7 +73,7 @@ for f in */; do PAUSED=$(jq -r .paused updater.json) DATE="$(date '+%d-%m-%Y')" LASTUPDATE=$(jq -r .last_update updater.json) - BYDATE=$(jq -r .github_beta updater.json) + BYDATE=$(jq -r .by_date updater.json) #Skip if paused if [[ "$PAUSED" = true ]]; then bashio::log.magenta "... $SLUG addon updates are paused, skipping"; continue; fi