From 609c41248fdeeb1a47d13adf591e76152820933c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:22:15 +0200 Subject: [PATCH] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index a1c102a38..069cc1352 100644 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -20,6 +20,9 @@ done # Starting container # ###################### -echo "" +echo " " echo -e "\033[0;32mStarting the upstream container\033[0m" -echo "" +echo " " + +# Launch lsio mods +if [ -f /docker-mods ]; then /./docker-mods; fi