diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 0ed168d4e..c24d4252d 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -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"