From 6c99248b3fcc7a974316ada6c7864f00fcc405ae Mon Sep 17 00:00:00 2001 From: David Christensen Date: Tue, 6 Feb 2024 14:53:21 -0600 Subject: [PATCH] fix: ensure we always reenable echo output --- bin/pg-start | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pg-start b/bin/pg-start index ab62eeb..53ee66f 100755 --- a/bin/pg-start +++ b/bin/pg-start @@ -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