mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 02:18:25 +08:00
7 lines
127 B
Bash
7 lines
127 B
Bash
BASE_DIR=$(realpath $(dirname $0))
|
|
pushd $BASE_DIR
|
|
pushd installations/consent
|
|
source env/bin/activate
|
|
./synctl start
|
|
popd
|
|
popd |