add script to clear synapse db
This commit is contained in:
parent
7ecd7d3873
commit
1468be0db4
1 changed files with 6 additions and 0 deletions
6
synapse/clear.sh
Normal file
6
synapse/clear.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
BASE_DIR=$(realpath $(dirname $0))
|
||||
pushd $BASE_DIR
|
||||
pushd installations/consent
|
||||
rm homeserver.db
|
||||
popd
|
||||
popd
|
Loading…
Reference in a new issue