mirror of https://github.com/vector-im/riot-web
9 lines
133 B
Bash
9 lines
133 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
BASE_DIR=$(cd $(dirname $0) && pwd)
|
||
|
cd $BASE_DIR
|
||
|
cd installations/consent/env/bin/
|
||
|
source activate
|
||
|
./synctl stop
|