From 47fc48a3a6c6c521dc7b26e9cb2f4cf4aeac0fb3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:20:15 +0100 Subject: [PATCH] Run docker mods before starting services --- .templates/ha_entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 7621af626..3a17c354f 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -190,6 +190,11 @@ if [ -d /etc/cont-init.d ]; then fi if $PID1; then + if [ -f /docker-mods ]; then + echo "Running docker mods" + /docker-mods + fi + shopt -s nullglob for runfile in /etc/services.d/*/run /etc/s6-overlay/s6-rc.d/*/run; do [ -f "$runfile" ] || continue