From e2c8f7fa8a1c9ffbd695bc60c4a109c576deba48 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:11:22 +0200 Subject: [PATCH] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 7382bfdb0..b058437f5 100644 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -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