mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
9 lines
133 B
Bash
Executable File
9 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
|