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