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