summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-09-23 09:55:24 +0100
committerErik Johnston <erik@matrix.org>2015-09-23 09:55:24 +0100
commit8a519ac76d646c991c4f77973a157ac7bea25665 (patch)
tree74190f3686c92791ca2d678778ab5b0a074065e8
parentMerge pull request #282 from matrix-org/erikj/missing_keys (diff)
downloadsynapse-8a519ac76d646c991c4f77973a157ac7bea25665.tar.xz
Fix demo/start.sh to work with --report-stats
Diffstat (limited to '')
-rwxr-xr-xdemo/start.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/start.sh b/demo/start.sh

index 572dbfab0b..a90561488d 100755 --- a/demo/start.sh +++ b/demo/start.sh
@@ -25,6 +25,7 @@ for port in 8080 8081 8082; do --generate-config \ -H "localhost:$https_port" \ --config-path "$DIR/etc/$port.config" \ + --report-stats no # Check script parameters if [ $# -eq 1 ]; then