mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Change name
This commit is contained in:
2
.templates/90-config_yaml.sh → .templates/01-config_yaml.sh
Executable file → Normal file
2
.templates/90-config_yaml.sh → .templates/01-config_yaml.sh
Executable file → Normal 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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user