Update 99-run.sh

This commit is contained in:
Alexandre
2022-08-12 07:06:19 +02:00
committed by GitHub
parent 0b3a9e0cb8
commit e24d5c0143

View File

@@ -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