mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
7 lines
No EOL
174 B
Bash
7 lines
No EOL
174 B
Bash
BASE_DIR=$(realpath $(dirname $0))
|
|
pushd $BASE_DIR > /dev/null
|
|
pushd installations/consent > /dev/null
|
|
source env/bin/activate
|
|
./synctl stop
|
|
popd > /dev/null
|
|
popd > /dev/null |