From 0593ae0dc74fe7b7dc72caa336aff9390ba9cf21 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:08:30 +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 853d7847e..0e79069ba 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"