Update 00-aaa_options_export.sh

This commit is contained in:
Alexandre
2021-11-17 10:43:17 +01:00
committed by GitHub
parent 3091427f93
commit 7cfa1f4162

View File

@@ -12,4 +12,5 @@ mapfile -t arr < <(jq -r 'keys[]' ${JSONSOURCE})
for KEYS in ${arr[@]}; do
# export key
export $(echo "${KEYS}=$(jq .$KEYS ${JSONSOURCE})")
echo "All addon configs exported as env variables"
done