Skip to content

Commit

Permalink
fix: ensure we always reenable echo output
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Feb 6, 2024
1 parent 4553c95 commit 6c99248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pg-start
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ if [ -z ${NO_CLUSTER+x} ]; then
set -x
sudo pg_createcluster --start "$PGVERSION" test -p "${PGPORT:-5432}" -- -A trust
fi
set -x

0 comments on commit 6c99248

Please sign in to comment.