element-web-Github/synapse/stop.sh
2018-07-18 18:04:31 +02:00

7 lines
126 B
Bash

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