From 6f29a049cc00fa43537d8b6c819a64154e2a10c3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:50:20 +0100 Subject: [PATCH] Update 99-run.sh --- postgres/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/rootfs/etc/cont-init.d/99-run.sh b/postgres/rootfs/etc/cont-init.d/99-run.sh index 0e79069ba..853d7847e 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -56,4 +56,4 @@ else fi # Wait for processes to finish -wait "$VECTOR_PID" "$POSTGRES_PID" +# wait "$VECTOR_PID" "$POSTGRES_PID"