diff --git a/balena-entrypoint.sh b/balena-entrypoint.sh index e1078f8..774de3d 100755 --- a/balena-entrypoint.sh +++ b/balena-entrypoint.sh @@ -114,5 +114,5 @@ fi export PGDATA="${PGDATA}/${TARGET_VERSION}" # run the existing Postgres entrypoint script... -. /docker-entrypoint.sh -_main "$@" \ No newline at end of file +. /usr/local/bin/docker-entrypoint.sh +_main "$@"