challenger

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

commit a122cabeeb12f07a08bbdc133bf8dbe2277218be
parent 7c5fa0e8899e647a3b5adb00ca1771ffabaa88ec
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 16 Feb 2024 23:52:57 +0100

-fix DB name

Diffstat:
Mcontrib/ci/jobs/2-test/test.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh @@ -14,7 +14,7 @@ make -j install sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D /etc/postgresql/15/main -h localhost -p 5432 & sleep 10 sudo -u postgres createuser -p 5432 root -sudo -u postgres createdb -p 5432 -O root talercheck +sudo -u postgres createdb -p 5432 -O root challengercheck check_command() {