fix bank invocation

This commit is contained in:
Christian Grothoff 2020-12-11 13:13:47 +01:00
parent 781542d3e0
commit 4587a79071
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 &