exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4587a79071fb7d5b18401d0df3e39accf9b81625
parent 781542d3e0e16a748f995ad5b1cfab2fe4e7ad91
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 11 Dec 2020 13:13:47 +0100

fix bank invocation

Diffstat:
Msrc/auditor/generate-revoke-basedb.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh @@ -103,7 +103,7 @@ mv a2e.dat $ABD # Launch services echo "Launching services" -taler-bank-manage-testing $CONF postgres:///$TARGET_DB serve-http &> revocation-bank.log & +taler-bank-manage-testing $CONF postgres:///$TARGET_DB serve &> revocation-bank.log & taler-exchange-httpd -c $CONF 2> taler-exchange-httpd.log & EXCHANGE_PID=$! taler-merchant-httpd -c $CONF -L INFO 2> taler-merchant-httpd.log &