Skip to content

Commit

Permalink
refactor and add recommended flags for early fail
Browse files Browse the repository at this point in the history
  • Loading branch information
cartmanume authored and Bruno Oliveira da Silva committed Nov 12, 2019
1 parent f52f626 commit e6544c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/tools/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -e
#!/bin/bash
set -eou pipefail

# usage: file_env VAR [DEFAULT]
# ie: file_env 'XYZ_DB_PASSWORD' 'example'
Expand Down

0 comments on commit e6544c3

Please sign in to comment.