From 6b13da46ed94a34783c765db3818e9fdd38986da Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 00:12:20 +0000 Subject: [PATCH] Github bot : script beautyshied --- .templates/01-config_yaml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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