Update 00-global_var.sh

This commit is contained in:
Alexandre
2022-02-16 20:27:35 +01:00
committed by GitHub
parent cc114a10d6
commit 2274bf94a4

View File

@@ -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