mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01:00
Update entrypoint.sh
This commit is contained in:
@@ -12,7 +12,6 @@ mapfile -t arr < <(jq -r 'keys[]' ${JSONSOURCE})
|
||||
for KEYS in ${arr[@]}; do
|
||||
# export key
|
||||
export $(echo "${KEYS}=$(jq .$KEYS ${JSONSOURCE})")
|
||||
echo "${KEYS}=$(jq .$KEYS ${JSONSOURCE})"
|
||||
done
|
||||
|
||||
####################
|
||||
|
||||
Reference in New Issue
Block a user