mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-22 06:04: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,8 +345,10 @@ if [ ! -f "$PG_CONFIG_FILE" ]; then
|
||||||
printf 'tcp_user_timeout = %s\n' "${TCP_USER_TIMEOUT}" >>"$PG_CONFIG_FILE"
|
printf 'tcp_user_timeout = %s\n' "${TCP_USER_TIMEOUT}" >>"$PG_CONFIG_FILE"
|
||||||
fi
|
fi
|
||||||
printf '\n################## end file ##################\n' >>"$PG_CONFIG_FILE"
|
printf '\n################## end file ##################\n' >>"$PG_CONFIG_FILE"
|
||||||
|
if [ "${DEBUG}" = "true" ]; then
|
||||||
cat "${PG_CONFIG_FILE}"
|
cat "${PG_CONFIG_FILE}"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Starting $*..."
|
echo "Starting $*..."
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue