mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 17:46:00 +02:00
Update 99-run.sh
This commit is contained in:
@@ -58,9 +58,9 @@ if [ -f "$f"/updater.json ]; then
|
||||
cd /data/"${BASENAME}"/"${SLUG}" || { bashio::log.error "$SLUG addon not found in this repository. Exiting."; continue; }
|
||||
|
||||
# Get variables
|
||||
UPSTREAM=$(jq -r .upstream updater.json)
|
||||
UPSTREAM=$(jq -r .upstream_repo updater.json)
|
||||
BETA=$(jq -r .beta updater.json)
|
||||
FULLTAG=$(jq -r .github fulltag updater.json)
|
||||
FULLTAG=$(jq -r .github_fulltag updater.json)
|
||||
HAVINGASSET=$(jq -r .github_havingasset updater.json)
|
||||
SOURCE=$(jq -r .source updater.json)
|
||||
FILTER_TEXT=$(jq -r .github_tagfilter updater.json)
|
||||
|
||||
Reference in New Issue
Block a user