hide synapse schema update logs by redirecting stderr
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
|||||||
BASE_DIR=$(realpath $(dirname $0))
|
BASE_DIR=$(realpath $(dirname $0))
|
||||||
pushd $BASE_DIR
|
pushd $BASE_DIR > /dev/null
|
||||||
pushd installations/consent
|
pushd installations/consent > /dev/null
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
./synctl start
|
./synctl start 2> /dev/null
|
||||||
popd
|
popd > /dev/null
|
||||||
popd
|
popd > /dev/null
|
||||||
Reference in New Issue
Block a user