mirror of https://github.com/wulabing/Xray_onekey
parent
ecefe28fe5
commit
b71c36fbf0
|
@ -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 启动"
|
||||
|
|
Loading…
Reference in New Issue