element-web/synapse/clear.sh

6 lines
105 B
Bash
Raw Normal View History

2018-07-20 18:50:29 +02:00
BASE_DIR=$(realpath $(dirname $0))
pushd $BASE_DIR
pushd installations/consent
rm homeserver.db
popd
popd