You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
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 |