diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 05ccc346e..f4a808bf4 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -37,7 +37,7 @@ for KEYS in "${arr[@]}"; do echo "secret detected" secret=${line#*secret } # Stop if secret file not mounted - if [[ "$SECRETSOURCE" == "false" ]; then + if [[ "$SECRETSOURCE" == "false" ]]; then bashio::log.warning "Homeassistant config not mounted, secrets are not supported" continue fi