Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2023-10-11 21:06:07 +02:00
committed by GitHub
parent 0082c6ddc7
commit 86af7c85ac

View File

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