mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 00-global_var.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user