mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -7,6 +7,11 @@ set -e
|
||||
# INITIALIZATION #
|
||||
##################
|
||||
|
||||
# Exit if /config is not mounted
|
||||
if [ ! -f /config/configuration.* ] || [ ! -d /config/.storage ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Where is the config
|
||||
if bashio::config.has_value 'CONFIG_LOCATION'; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user