From 29b3a06852442f34715cbf926e4d4e15843dc3a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 May 2025 10:19:24 +0200 Subject: [PATCH] Allow rest of script to run --- 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 745a548c9..4e1e3f159 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -50,7 +50,7 @@ if [ "$(bashio::info.arch)" = "armv7" ]; then docker-entrypoint.sh postgres & true exit 0 else - docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf + docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf & true fi ###############################