commit 532e78a2d9aef5eacddd985ac3bd0b741468be6b parent e813483b3d1f7d3171b5227731fde83e999c5930 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 22 Dec 2025 19:30:16 +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 @@ -1,7 +1,7 @@ #!/bin/bash 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" \