mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
6 lines
126 B
Bash
Executable file
6 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
BASE_DIR=$(readlink -f $(dirname $0))
|
|
cd $BASE_DIR
|
|
cd installations/consent
|
|
source env/bin/activate
|
|
./synctl stop
|