Skip to content

Commit

Permalink
Minor tweaks for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 3, 2024
1 parent a40fb89 commit a569006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a569006

Please sign in to comment.