diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 787625838..ef906dce1 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -29,8 +29,8 @@ if bashio::config.has_value 'CONFIG_LOCATION'; then fi done if [ -z "$LOCATIONOK" ]; then - CONFIGSOURCE=/config/addons_config/${HOSTNAME#*-} - bashio::log.red "Watch-out : your CONFIG_LOCATION values can only be set in /share, /config or /data (internal to addon). It will be reset to the default location : $CONFIGSOURCE" + CONFIGSOURCE=/config/addons_config/${HOSTNAME#*-} + bashio::log.red "Watch-out : your CONFIG_LOCATION values can only be set in /share, /config or /data (internal to addon). It will be reset to the default location : $CONFIGSOURCE" fi else