mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01: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"
|
||||
fi
|
||||
# text
|
||||
if bashio::config.false "verbose" || [[ "${KEYS}" == *"PASS"* ]]; then
|
||||
if bashio::config.false "verbose" || [[ "${KEYS,,}" == *"pass"* ]]; then
|
||||
bashio::log.blue "${KEYS}=******"
|
||||
else
|
||||
bashio::log.blue "$line"
|
||||
|
||||
Reference in New Issue
Block a user