[update] 下层修复 V2ray 启动失败

下层修复log文件权限问题
pull/290/head
wulabing 2020-08-29 21:27:59 +08:00
parent ecefe28fe5
commit b71c36fbf0
1 changed files with 2 additions and 1 deletions

View File

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