diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 001317cea..7f61af0ba 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -14,7 +14,7 @@ JSONSOURCE="/data/options.json" mapfile -t arr < <(jq -r 'keys[]' "${JSONSOURCE}") for KEYS in "${arr[@]}"; do - # export key +# export key VALUE=$(jq ."$KEYS" "${JSONSOURCE}") # Check if the value is an array if [[ "$VALUE" == \[* ]]; then