From d1d123b834f90540de5dc0ec3a047579b8df0147 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 15 Feb 2022 20:22:03 +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 b81291f54..08cf44462 100644 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -16,7 +16,7 @@ for KEYS in ${arr[@]}; do VALUE=$(jq ."$KEYS" ${JSONSOURCE}) line="${KEYS}=${VALUE//[\"\']/}" # Use locally - if [[ bashio::config.false "verbose" || "${KEYS}" == *"PASS"* ]]; then + if bashio::config.false "verbose" || [[ "${KEYS}" == *"PASS"* ]]; then bashio::log.blue "${KEYS}=******redacted******" else bashio::log.blue "$line"