@ -83,7 +83,7 @@ if [ ! -z "${DO_POSTGRES}" ]; then
done
elif [ ! -z "${START_POSTGRES_TESTCONTAINER}" ]; then
# Fire up a test Postgres process.
/docker_entrypoint.sh postgres &
/docker-entrypoint.sh postgres &
PID=$(echo $!)
trap "kill $PID" EXIT