mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Update entrypoint.sh
This commit is contained in:
@@ -16,7 +16,6 @@ for KEYS in ${arr[@]}; do
|
|||||||
# export key
|
# export key
|
||||||
VALUE=$(jq .$KEYS ${JSONSOURCE})
|
VALUE=$(jq .$KEYS ${JSONSOURCE})
|
||||||
export ${KEYS}=${VALUE:1:-1}
|
export ${KEYS}=${VALUE:1:-1}
|
||||||
export $(echo "${KEYS}=$(jq .$KEYS ${JSONSOURCE})")
|
|
||||||
done
|
done
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user