element-web/synapse/start.sh

7 lines
127 B
Bash

BASE_DIR=$(realpath $(dirname $0))
pushd $BASE_DIR
pushd installations/consent
source env/bin/activate
./synctl start
popd
popd