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 启动"