mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 00-global_var.sh
This commit is contained in:
@@ -37,7 +37,7 @@ for KEYS in "${arr[@]}"; do
|
|||||||
echo "secret detected"
|
echo "secret detected"
|
||||||
secret=${line#*secret }
|
secret=${line#*secret }
|
||||||
# Stop if secret file not mounted
|
# 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"
|
bashio::log.warning "Homeassistant config not mounted, secrets are not supported"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user