mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 01:11:04 +01:00
Fix module list initialization in ha_automodules.sh
This commit is contained in:
@@ -7,7 +7,7 @@ set -e
|
||||
##############################
|
||||
|
||||
MODULES="$1"
|
||||
MODULES="$MODULES 00-banner.sh 01-custom_script.sh 01-config_yaml.sh 00-global_var.sh 01-env_vars.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