fix #6137
This commit is contained in:
parent
f262d8abde
commit
1647237c2e
@ -108,6 +108,8 @@ function audit_only () {
|
||||
|
||||
# Cleanup to run after the auditor
|
||||
function post_audit () {
|
||||
taler-exchange-dbinit -g || exit_fail "exchange DB GC failed"
|
||||
|
||||
kill -TERM `jobs -p` >/dev/null 2>/dev/null || true
|
||||
echo -n "Waiting for servers to die ..."
|
||||
wait
|
||||
|
Loading…
Reference in New Issue
Block a user