You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Report location of Synpase log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user