Update 00-global_var.sh

This commit is contained in:
Alexandre
2024-01-08 22:20:25 +01:00
committed by GitHub
parent 0f0891b286
commit 84b1b868f6

View File

@@ -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