feat(一键脚本): 完善日志

pull/534/merge
mack-a 2020-05-24 17:12:44 +08:00
parent 01f0d2f76c
commit 9310d65af0
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ installTLS(){
then
echoContent yellow "安装TLS证书--->"
echoContent yellow " 安装acme--->"
curl -s https://get.acme.sh | sh >/dev/null
curl -s https://get.acme.sh | sh > /dev/null
echoContent green " acme安装完毕--->"
echoContent yellow "生成TLS证书中请等待--->"
sudo ~/.acme.sh/acme.sh --issue -d $1 --standalone -k ec-256 >/dev/null
@ -273,7 +273,7 @@ installV2Ray(){
fi
echoContent yellow "客户端链接--->"
qrEncode $1
echoContent yellow "监听V2Ray日志如有日志出现则证明线路可用--->"
echoContent yellow "监听V2Ray日志如有日志出现则证明线路可用Ctrl+c停止--->"
tail -f /tmp/v2ray/v2ray_access_ws_tls.log
}
# 开机自启