From eecf773ceee123c30967057030466609c87647a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:42:56 +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 c2d193f36..cc8d8b691 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -40,7 +40,7 @@ function shutdown_postgres { exit 0 } -#trap 'shutdown_postgres' SIGTERM SIGINT +trap 'shutdown_postgres' SIGTERM SIGINT # Start background tasks if [ "$(bashio::info.arch)" != "armv7" ]; then