mirror of
https://github.com/element-hq/element-web.git
synced 2024-11-30 23:31:28 +03:00
8 lines
132 B
Bash
Executable file
8 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
BASE_DIR=$(cd $(dirname $0) && pwd)
|
|
cd $BASE_DIR
|
|
cd installations/consent
|
|
source env/bin/activate
|
|
./synctl stop
|