From c3d1600c074f6c6e14e3213ea0c6fa0852ef1965 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 27 Jun 2025 20:22:49 -0500 Subject: [PATCH] Additional logging. --- docker/entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 2d9f7fdc..412cf808 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -98,9 +98,11 @@ chmod +x /etc/profile.d/dispatcharr.sh pip install django-filter # Run init scripts -echo "Starting init process..." +echo "Starting user setup..." . /app/docker/init/01-user-setup.sh +echo "Setting up PostgreSQL..." . /app/docker/init/02-postgres.sh +echo "Starting init process..." . /app/docker/init/03-init-dispatcharr.sh # Start PostgreSQL