challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 95db806518c5e7b965dcc858ea6beed35da4fa33
parent 928b430352e626cc49ea0f003d3182f68f3bf809
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Dec 2025 19:28:52 +0100

fix path transform

Diffstat:
Mcontrib/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" \