mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Report location of Synpase log
This commit is contained in:
parent
2527995e2e
commit
1ffe0d1a24
@ -6,6 +6,7 @@ cd $BASE_DIR
|
||||
cd installations/consent
|
||||
source env/bin/activate
|
||||
LOGFILE=$(mktemp)
|
||||
echo "Synapse log file at $LOGFILE"
|
||||
./synctl start 2> $LOGFILE
|
||||
EXIT_CODE=$?
|
||||
if [ $EXIT_CODE -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user