mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
BASE_DIR=$(readlink -f $(dirname $0))
|
|
cd $BASE_DIR
|
|
cd installations/consent
|
|
source env/bin/activate
|
|
./synctl start 2> /dev/null
|