From 2274bf94a4368317aafda5cea0df564ba3531571 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Feb 2022 20:27:35 +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 c1d046dd3..5057f7f29 100644 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -18,7 +18,7 @@ for KEYS in ${arr[@]}; do line="${KEYS}=${VALUE//[\"\']/}" # Use locally if bashio::config.false "verbose" || [[ "${KEYS}" == *"PASS"* ]]; then - bashio::log.blue "${KEYS}=******redacted******" + bashio::log.blue "${KEYS}=******" else bashio::log.blue "$line" fi