diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 12:32:08 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 12:32:08 +0100 |
commit | 5fc875a80b5f8adca848acf467db7a7d89c1a172 (patch) | |
tree | 58b4236dc70e75743a566460401191fe4faa84f5 /src | |
parent | 0ebbea705fa7b20dfbe0479e668df36bc0d7da5f (diff) |
renable cleanup
Diffstat (limited to 'src')
-rwxr-xr-x | src/auditor/test-auditor.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index b1be12d23..c8428156e 100755 --- 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 } |