From cefbd781a7f874f2da5c6565fe87cc3a5c7621c8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 7 Jan 2024 10:35:08 +0000 Subject: [PATCH] Github bot : script beautyshied --- .templates/00-global_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 7f61af0ba..001317cea 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