Skip to content

Commit

Permalink
[bitnami/pgbouncer] Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Celia Garcia Marquez <gcelia@vmware.com>
  • Loading branch information
CeliaGMqrz committed Sep 20, 2023
1 parent 5b055bd commit 134db04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pgbouncer_initialize() {
info "Configuring credentials"
# Create credentials file
if ! pgbouncer_is_file_external "userlist.txt"; then
echo "\""$(pgbouncer_escape_auth "$POSTGRESQL_USERNAME")"\" \""$(pgbouncer_escape_auth "$POSTGRESQL_PASSWORD")"\"" \
echo "\"$(pgbouncer_escape_auth "$POSTGRESQL_USERNAME")\" \"$(pgbouncer_escape_auth "$POSTGRESQL_PASSWORD")\"" \
> "$PGBOUNCER_AUTH_FILE"
echo "$PGBOUNCER_USERLIST" >> "$PGBOUNCER_AUTH_FILE"
else
Expand Down

0 comments on commit 134db04

Please sign in to comment.