chore: update docker/pgbouncer/entrypoint.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2025-06-19 17:59:52 -04:00 committed by GitHub
parent a7b9134047
commit 73d7b75544
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -345,7 +345,9 @@ if [ ! -f "$PG_CONFIG_FILE" ]; then
printf 'tcp_user_timeout = %s\n' "${TCP_USER_TIMEOUT}" >>"$PG_CONFIG_FILE"
fi
printf '\n################## end file ##################\n' >>"$PG_CONFIG_FILE"
cat "${PG_CONFIG_FILE}"
if [ "${DEBUG}" = "true" ]; then
cat "${PG_CONFIG_FILE}"
fi
fi
echo "Starting $*..."