add script to clear synapse db

This commit is contained in:
Bruno Windels 2018-07-20 18:50:29 +02:00
parent 7ecd7d3873
commit 1468be0db4

6
synapse/clear.sh Normal file
View File

@ -0,0 +1,6 @@
BASE_DIR=$(realpath $(dirname $0))
pushd $BASE_DIR
pushd installations/consent
rm homeserver.db
popd
popd