Update README.md

This commit is contained in:
chauncey 2020-08-24 17:49:54 +08:00 committed by GitHub
parent b7088093e2
commit 7e65b679ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,6 @@ rm -rf /home/mtproxy
通过编辑文件`/etc/rc.local`将如下代码加入到开机自启脚本中:
```bash
bash /home/mtproxy/mtproxy.sh start > /dev/null 2>&1 &
cd /home/mtproxy && bash mtproxy.sh start > /dev/null 2>&1 &
```