Change name

This commit is contained in:
Alexandre
2023-10-12 08:31:54 +02:00
committed by GitHub
parent 7e5fc19c96
commit dc76df5ba7
10 changed files with 10 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ if bashio::config.has_value 'CONFIG_LOCATION'; then
CONFIGSOURCE=/config/addons_config/${HOSTNAME#*-}
bashio::log.fatal "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
# Use default
CONFIGSOURCE="/config/addons_config/${HOSTNAME#*-}/config.yaml"

View File

@@ -7,7 +7,7 @@ set -e
##############################
MODULES="$1"
MODULES="$MODULES 00-banner.sh 01-custom_script.sh 90-config_yaml.sh 00-global_var.sh"
MODULES="$MODULES 00-banner.sh 01-custom_script.sh 01-config_yaml.sh 00-global_var.sh"
echo "To download : $MODULES"
# Install bash if not available