add script to clear synapse db

pull/21833/head
Bruno Windels 2018-07-20 18:50:29 +02:00
parent 7ecd7d3873
commit 1468be0db4
1 changed files with 6 additions and 0 deletions

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