From e3475e1a9dbd246fa6ba37d7c19c2ed4edeb741b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 21 Nov 2023 14:08:03 +0100 Subject: [PATCH] Remove overridden PGBIN --- docker/prod/setup/postinstall.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/prod/setup/postinstall.sh b/docker/prod/setup/postinstall.sh index 416eb24c813e..f1d9c75fd281 100755 --- a/docker/prod/setup/postinstall.sh +++ b/docker/prod/setup/postinstall.sh @@ -3,8 +3,6 @@ set -e set -o pipefail -export PGBIN="$(pg_config --bindir)" - display_error() { echo " !--> ERROR on postinstall:" tail -n 200 /tmp/dockerize.log