Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 26, 2023
1 parent dc183fd commit 5c9897d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion db/entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ if [ "$1" = "postgres" ]; then
shift
fi

exec /usr/local/bin/postgres-entrypoint.sh postgres -c encrypt.key="${PG_ENCRYPT_KEY?:\$PG_ENCRYPT_KEY must be set and non-empty}" "$@"
exec /usr/local/bin/postgres-entrypoint.sh \
postgres \
-c encrypt.key="${PG_ENCRYPT_KEY?:\$PG_ENCRYPT_KEY must be set and non-empty}" \
"$@"

0 comments on commit 5c9897d

Please sign in to comment.