Update and rename 00-aaa_global_var.sh to 00-global_var.sh

This commit is contained in:
Alexandre
2021-11-22 19:03:28 +01:00
committed by GitHub
parent 0dc613b598
commit 40bf1bdb7b

View File

@@ -8,7 +8,7 @@
JSONSOURCE="/data/options.json"
# Export keys as env variables
echo "All addon options were exported as variables"
# echo "All addon options were exported as variables"
mapfile -t arr < <(jq -r 'keys[]' ${JSONSOURCE})
for KEYS in ${arr[@]}; do
# export key