From b71c36fbf0c4c1ccd6e767c37486d256d43cd744 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 29 Aug 2020 21:27:59 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=B8=8B=E5=B1=82=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=20V2ray=20=E5=90=AF=E5=8A=A8=E5=A4=B1=E8=B4=A5=20=E4=B8=8B?= =?UTF-8?q?=E5=B1=82=E4=BF=AE=E5=A4=8Dlog=E6=96=87=E4=BB=B6=E6=9D=83?= =?UTF-8?q?=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9755214..5c2ce76 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.5.4" +shell_version="1.1.5.5" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp" @@ -572,6 +572,7 @@ EOF start_process_systemd() { systemctl daemon-reload + chown -R root.root /var/log/v2ray/ if [[ "$shell_mode" != "h2" ]]; then systemctl restart nginx judge "Nginx 启动"