mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 23:04:09 +02:00
Hide both pass* and PASS*
https://github.com/alexbelgium/hassio-addons/issues/1587
This commit is contained in:
@@ -54,7 +54,7 @@ for KEYS in "${arr[@]}"; do
|
|||||||
VALUE="$secret"
|
VALUE="$secret"
|
||||||
fi
|
fi
|
||||||
# text
|
# text
|
||||||
if bashio::config.false "verbose" || [[ "${KEYS}" == *"PASS"* ]]; then
|
if bashio::config.false "verbose" || [[ "${KEYS,,}" == *"pass"* ]]; then
|
||||||
bashio::log.blue "${KEYS}=******"
|
bashio::log.blue "${KEYS}=******"
|
||||||
else
|
else
|
||||||
bashio::log.blue "$line"
|
bashio::log.blue "$line"
|
||||||
|
|||||||
Reference in New Issue
Block a user