mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
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
|