2211e5ea by 周伟奇

update README

1 parent c70a4583
...@@ -30,7 +30,7 @@ bin/control.sh systeminfo ...@@ -30,7 +30,7 @@ bin/control.sh systeminfo
30 - 授权文件更新 30 - 授权文件更新
31 31
32 ``` 32 ```
33 bin/control.sh update_license /path_to/xxx.secret 33 bin/control.sh update_license /path_to/certification.cert
34 ``` 34 ```
35 35
36 ### 2.2 配置文件 36 ### 2.2 配置文件
...@@ -92,8 +92,8 @@ bin/control.sh logs backend ...@@ -92,8 +92,8 @@ bin/control.sh logs backend
92 ## TODO 01 92 ## TODO 01
93 - ~~backend logs~~ 93 - ~~backend logs~~
94 - ~~backend sanic worker num可配置~~ 94 - ~~backend sanic worker num可配置~~
95 - 授权部分 95 - ~~授权部分~~
96 - 取消java,更新接口及文档,完善响应结果 96 - ~~取消java,更新接口及文档,完善响应结果~~
97 97
98 ## TODO 02 98 ## TODO 02
99 - 随机选择triton端口,该配置项无意义 99 - 随机选择triton端口,该配置项无意义
......
...@@ -121,7 +121,7 @@ END ...@@ -121,7 +121,7 @@ END
121 } 121 }
122 122
123 function _getSystemInfo(){ 123 function _getSystemInfo(){
124 echo "尚未完成" 124 cat /sys/class/net/eth0/address
125 } 125 }
126 126
127 function _server_control() { 127 function _server_control() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!