renable cleanup

This commit is contained in:
Christian Grothoff 2020-03-27 12:32:08 +01:00
parent 0ebbea705f
commit 5fc875a80b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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
}