diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index a4f6af6..a032f9a 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -618,7 +618,7 @@ _main() { fi # Run a sync before exiting, just to ensure everything is flushed to disk before docker terminates the process - sync + sync } if ! _is_sourced; then diff --git a/test.sh b/test.sh index 9cd6cce..4ed757f 100755 --- a/test.sh +++ b/test.sh @@ -114,5 +114,5 @@ if [ "${FAILURE}" -ne 0 ]; then banner ' ' "FAILURE: Automatic upgrade of PostgreSQL failed in one of the tests. Please investigate." exit 1 else - banner ' ' "SUCCESS: Automatic upgrade testing of PostgreSQL from all versions up to $PGTARGET passed without issue." + banner ' ' "SUCCESS: Automatic upgrade testing of PostgreSQL to all versions up to $PGTARGET passed without issue." fi