mirror of https://github.com/vector-im/riot-web
6 lines
105 B
Bash
6 lines
105 B
Bash
|
BASE_DIR=$(realpath $(dirname $0))
|
||
|
pushd $BASE_DIR
|
||
|
pushd installations/consent
|
||
|
rm homeserver.db
|
||
|
popd
|
||
|
popd
|