Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2023-09-05 21:11:22 +02:00
committed by GitHub
parent a400899397
commit e2c8f7fa8a

View File

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