Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2024-12-05 06:18:33 +01:00
committed by GitHub
parent 5b556e17c0
commit 0d0168cdd0

View File

@@ -74,9 +74,12 @@ done
# Starting container #
######################
echo " "
echo -e "\033[0;32mStarting the upstream container\033[0m"
echo " "
# Launch lsio mods
if [ -f /docker-mods ]; then exec /docker-mods; fi
if [ "$$" -eq 1 ]; then
sleep infinity
else
echo " "
echo -e "\033[0;32mStarting the upstream container\033[0m"
echo " "
# Launch lsio mods
if [ -f /docker-mods ]; then exec /docker-mods; fi
fi