add script to clear synapse db
parent
7ecd7d3873
commit
1468be0db4
|
@ -0,0 +1,6 @@
|
|||
BASE_DIR=$(realpath $(dirname $0))
|
||||
pushd $BASE_DIR
|
||||
pushd installations/consent
|
||||
rm homeserver.db
|
||||
popd
|
||||
popd
|
Loading…
Reference in New Issue