exchange

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

commit 5fc875a80b5f8adca848acf467db7a7d89c1a172
parent 0ebbea705fa7b20dfbe0479e668df36bc0d7da5f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 27 Mar 2020 12:32:08 +0100

renable cleanup

Diffstat:
Msrc/auditor/test-auditor.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -1820,8 +1820,8 @@ check_with_database() fi done echo "Cleanup (disabled, leaving database $DB behind)" -# dropdb $DB -# rm -r $WIRE_FEE_DIR + dropdb $DB + rm -r $WIRE_FEE_DIR }