commit 63544a242cc25b7fa12c15658946218d674a8bf3 parent 7a40102dc20b6e9d5b89855a0117e4261250e60a Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 22 Dec 2025 19:30:00 +0100 fix path transform Diffstat:
| M | contrib/ci/jobs/2-test/3-startdb.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/2-test/3-startdb.sh b/contrib/ci/jobs/2-test/3-startdb.sh @@ -2,7 +2,7 @@ set -evux PG_BIN=$(pg_config --bindir) -PG_ETC=$(pg_config --sharedir | sed 's|/share/postgresql|/etc/postgresql|') +PG_ETC=$(pg_config --sharedir | sed 's|/usr/share/postgresql|/etc/postgresql|') export PGPORT=5432 sudo -u postgres "${PG_BIN}/pg_ctl" \ start \