mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
update
This commit is contained in:
@@ -15,7 +15,7 @@ for KEYS in ${arr[@]}; do
|
||||
VALUE=$(jq .$KEYS ${JSONSOURCE})
|
||||
line="${KEYS}=${VALUE//[\"\']/}"
|
||||
# Use locally
|
||||
bashio::log.blue "$line" 2>/dev/null || echo "$line"
|
||||
bashio::log.blue "$line"
|
||||
export $line
|
||||
# Export the variable to run scripts
|
||||
line="${KEYS}=${VALUE//[\"\']/} &>/dev/null"
|
||||
|
||||
Reference in New Issue
Block a user