From 0e2b121875f3cdaa94cb3baf46d310f34586c9a5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 17 Feb 2022 17:18:12 +0100 Subject: [PATCH] Update 00-global_var.sh --- .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 c4cb4a0fe..032161c53 100644 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -15,7 +15,7 @@ mapfile -t arr < <(jq -r 'keys[]' "${JSONSOURCE}") for KEYS in "${arr[@]}"; do # export key VALUE=$(jq ."$KEYS" "${JSONSOURCE}") - line="${KEYS}=\'${VALUE//[\"\']/}\'" + line="${KEYS}='${VALUE//[\"\']/}'" # Use locally if bashio::config.false "verbose" || [[ "${KEYS}" == *"PASS"* ]]; then bashio::log.blue "${KEYS}=******"