mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 22:10:57 +08:00
6 lines
114 B
Bash
6 lines
114 B
Bash
BASE_DIR=$(readlink -f $(dirname $0))
|
|
cd $BASE_DIR
|
|
cd installations/consent
|
|
source env/bin/activate
|
|
./synctl stop
|