7a15acf224
instead of getting dependencies from synapse/master and running synapse/develop from git download
8 lines
133 B
Bash
Executable file
8 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
BASE_DIR=$(cd $(dirname $0) && pwd)
|
|
cd $BASE_DIR
|
|
cd installations/consent/env/bin/
|
|
source activate
|
|
./synctl stop
|