Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2023-09-05 20:22:15 +02:00
committed by GitHub
parent beeb6e9e74
commit 609c41248f

View File

@@ -23,3 +23,6 @@ done
echo " " echo " "
echo -e "\033[0;32mStarting the upstream container\033[0m" echo -e "\033[0;32mStarting the upstream container\033[0m"
echo " " echo " "
# Launch lsio mods
if [ -f /docker-mods ]; then /./docker-mods; fi