mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-21 13:44:20 +00:00
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:
parent
a7b9134047
commit
73d7b75544
1 changed files with 3 additions and 1 deletions
|
@ -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 $*..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue