From 84b1b868f67901c2150a086af917b1ed7c3517d6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:20:25 +0100 Subject: [PATCH] Update 00-global_var.sh --- .templates/00-global_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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