Skip to content

Commit

Permalink
Escape shell script from cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 20, 2024
1 parent c46fe1d commit 3ab1eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/postgres/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
{% raw %}#!/usr/bin/env bash
set -Eeo pipefail
# TODO swap to -Eeuo pipefail above (after handling all potentially-unset variables)

Expand Down Expand Up @@ -418,4 +418,4 @@ _alt_main() {

if ! _is_sourced; then
_alt_main "$@"
fi
fi{% endraw %}

0 comments on commit 3ab1eeb

Please sign in to comment.