Skip to content

Commit

Permalink
Fix upstream regression introduced by moving docker entrypoint away f…
Browse files Browse the repository at this point in the history
…rom root

Change-type: patch
  • Loading branch information
dfunckt authored Jul 2, 2021
1 parent 5baf3f9 commit 48bdd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions balena-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ fi
export PGDATA="${PGDATA}/${TARGET_VERSION}"

# run the existing Postgres entrypoint script...
. /docker-entrypoint.sh
_main "$@"
. /usr/local/bin/docker-entrypoint.sh
_main "$@"

0 comments on commit 48bdd72

Please sign in to comment.