diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-09-20 23:18:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-09-20 23:18:46 +0200 |
commit | a2c179373e9493506cbae5a6a51c015f0403b662 (patch) | |
tree | 0df8b80b735877f5caa645b0ec1dda39dc47ba72 /src/auditor/generate-auditor-basedb.sh | |
parent | bf85d6f3d14bf510f23b4cef5414e2219bb3c91d (diff) |
-fix issue on Florian's system
Diffstat (limited to 'src/auditor/generate-auditor-basedb.sh')
-rwxr-xr-x | src/auditor/generate-auditor-basedb.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh index 5eca38e4e..903f9cd2b 100755 --- a/src/auditor/generate-auditor-basedb.sh +++ b/src/auditor/generate-auditor-basedb.sh @@ -418,6 +418,8 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'runIntegrationTest' \ --arg BANK_URL "$BANK_URL/access-api/" )" &> taler-wallet-cli.log +bash + echo "Shutting down services" exit_cleanup |