Files
ThreadNet-Web/synapse/start.sh
T

7 lines
127 B
Bash
Raw Normal View History

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