From 6f0c70ddc985af0022336b6ae8060c1978151f8a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 7 Apr 2022 07:07:17 +0200 Subject: [PATCH] Update 99-run.sh --- webtrees/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/etc/cont-init.d/99-run.sh b/webtrees/rootfs/etc/cont-init.d/99-run.sh index ec496b738..bb007df9b 100644 --- a/webtrees/rootfs/etc/cont-init.d/99-run.sh +++ b/webtrees/rootfs/etc/cont-init.d/99-run.sh @@ -121,7 +121,7 @@ fi || true # Execute main script echo "python3 /docker-entrypoint.py" cd / -python3 /docker-entrypoint.py +python3 /docker-entrypoint.py & echo "Starting" ############ # END INFO #