Skip to content

Commit

Permalink
fix(exit in bash): Fix handling exit in initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Jul 2, 2024
1 parent 6fc4bae commit b340c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/entrypoint-initializer.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e # needed to handle "exit" correctly

. /secret-file-loader.sh
. /reach_database.sh

Expand Down

0 comments on commit b340c01

Please sign in to comment.