diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 5cb1255df..c1d046dd3 100644 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -11,6 +11,7 @@ JSONSOURCE="/data/options.json" # Export keys as env variables # echo "All addon options were exported as variables" mapfile -t arr < <(jq -r 'keys[]' ${JSONSOURCE}) +# spellcheck disable=SC2068 for KEYS in ${arr[@]}; do # export key VALUE=$(jq ."$KEYS" ${JSONSOURCE})