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