element-web-Github/synapse/start.sh

7 lines
127 B
Bash
Raw Normal View History

BASE_DIR=$(realpath $(dirname $0))
pushd $BASE_DIR
2018-07-18 23:52:29 +08:00
pushd installations/consent
source env/bin/activate
./synctl start
popd
2018-07-18 23:52:29 +08:00
popd