Browse Source

Fix demo/start.sh to work with --report-stats

Erik Johnston 8 years ago
parent
commit
8a519ac76d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      demo/start.sh

+ 1 - 0
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