From 9310d65af020462c55e17c8ef046532954aaafe4 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sun, 24 May 2020 17:12:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=80=E9=94=AE=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5c209f7..8bb1689 100644 --- a/install.sh +++ b/install.sh @@ -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 } # 开机自启