浏览代码

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

tags/v0.10.1-rc1
Erik Johnston 8 年前
父节点
当前提交
8a519ac76d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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


正在加载...
取消
保存