From 0cfa33879cdbeb4362a5b07ee479439a7ab60405 Mon Sep 17 00:00:00 2001 From: Meel <53940630+qq869588315@users.noreply.github.com> Date: Thu, 2 Jun 2022 11:34:48 +0800 Subject: [PATCH] Update basic_env.md create file "ipfile" in wecross-networks, but execute parameters "-f ipfile" of "build_wecross.sh".error will be reported, and the parameter should be modified to "-f ../ipfile" to be correct. --- docs/tutorial/deploy/basic_env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/deploy/basic_env.md b/docs/tutorial/deploy/basic_env.md index e3c9d57..af62c75 100644 --- a/docs/tutorial/deploy/basic_env.md +++ b/docs/tutorial/deploy/basic_env.md @@ -46,7 +46,7 @@ vim ipfile ```bash # -f 表示以文件为输入 -bash ./WeCross/build_wecross.sh -n payment -o routers-payment -f ipfile +bash ./WeCross/build_wecross.sh -n payment -o routers-payment -f ../ipfile # 成功输出如下信息 [INFO] Create routers-payment/127.0.0.1-8250-25500 successfully