mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
hide synapse schema update logs by redirecting stderr
This commit is contained in:
parent
c9461dd296
commit
0be2e02381
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
BASE_DIR=$(realpath $(dirname $0))
|
||||
pushd $BASE_DIR
|
||||
pushd installations/consent
|
||||
pushd $BASE_DIR > /dev/null
|
||||
pushd installations/consent > /dev/null
|
||||
source env/bin/activate
|
||||
./synctl start
|
||||
popd
|
||||
popd
|
||||
./synctl start 2> /dev/null
|
||||
popd > /dev/null
|
||||
popd > /dev/null
|
Loading…
Reference in a new issue