From 8c29b5ad7b8315f7827a2a0ec1aef3487681d440 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:44:41 +0200 Subject: [PATCH] Update ha_automodules.sh --- .templates/ha_automodules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/ha_automodules.sh b/.templates/ha_automodules.sh index 8b50bd298..4825caa4b 100755 --- a/.templates/ha_automodules.sh +++ b/.templates/ha_automodules.sh @@ -7,7 +7,7 @@ set -e ############################## MODULES="$1" -MODULES="$MODULES 00-banner.sh 01-custom_script.sh 00-global_var.sh" +MODULES="$MODULES 00-banner.sh 01-custom_script.sh 90-config_yaml.sh 00-global_var.sh" echo "To download : $MODULES" # Install bash if not available