未验证 提交 5c88bf3e 编写于 作者: H huili 提交者: GitHub

Merge pull request #4999 from taosdata/hotfix/test

[NONE]
......@@ -35,6 +35,6 @@ rm -rf $SIM_DIR/dnode3
tar zxf $SCRIPT_DIR/general/connection/sim.tar.gz -C $SIM_DIR/../
cd $SIM_DIR/../sim
fqdn=`hostname`
fqdn=`hostname -f || hostname`
grep 'test4' -l -r ./* | xargs sed -i "s/test4/${fqdn}/g"
grep 'dataDir' -l -r ./* | xargs sed -i "s#/root/TDengine#${TAOS_DIR}#g"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册