element-web/test/end-to-end-tests/synapse/start.sh

10 lines
182 B
Bash
Raw Normal View History

#!/bin/bash
set -e
BASE_DIR=$(cd $(dirname $0) && pwd)
2018-07-27 15:10:19 +03:00
cd $BASE_DIR
cd installations/consent/env/bin/
source activate
2019-04-25 16:23:51 +03:00
echo "Synapse log file at $LOGFILE"
2018-07-31 15:45:14 +03:00
./synctl start 2> $LOGFILE