commit eb696eab4e8cdba7cf297e5129637e02278c1556 parent 3da6033ca9f5874720e269645e0b7ce0844ded46 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 22 Dec 2025 19:29:40 +0100 fix path transform Diffstat:
| M | contrib/ci/jobs/002-test/3-startdb.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/002-test/3-startdb.sh b/contrib/ci/jobs/002-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 \