exchange

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

commit 6951892c683d89da81682a431c9eaf44aba39f98
parent 17cfbced1dff07ee058997e88e027e7fd4627445
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 27 Mar 2020 18:10:59 +0100

clean logic

Diffstat:
Msrc/auditor/generate-revoke-basedb.sh | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh @@ -7,6 +7,9 @@ # set -eu + +trap "kill `jobs -p` &> /dev/null || true" EXIT + # Exit, with status code "skip" (no 'real' failure) function exit_skip() { echo $1 @@ -253,10 +256,8 @@ taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB advanced suspend-coins "$sus taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB exchanges update \ -f $EXCHANGE_URL -echo "Before Wallet CABOOM (type exit, note that you will have to terminate the wallet with CTRL-C)" - # Block until scheduled operations are done -taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB run-until-done &> wallet-caboom.log +taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB run-until-done echo "Restarting merchant (so new keys are known)" kill -TERM $MERCHANT_PID