From a86bd01643375dd9d46c5857ec11947052194549 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:14:17 +0200 Subject: [PATCH] Update ha_automodules.sh --- .templates/ha_automodules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/ha_automodules.sh b/.templates/ha_automodules.sh index b8752752c..47caa133d 100755 --- a/.templates/ha_automodules.sh +++ b/.templates/ha_automodules.sh @@ -6,6 +6,7 @@ ############################## MODULES="$1" +echo "To download : $MODULES" # Install bash if not available if ! command -v bash >/dev/null 2>/dev/null; then