xray-1.3.10

[fix] 修复 Nginx 判断重复安装 nginx 的错误
pull/412/head
wulabing 2022-06-29 19:55:57 +08:00
parent c4c0ee343a
commit 455013c2eb
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}"
ERROR="${Red}[ERROR]${Font}"
# 变量
shell_version="1.3.9"
shell_version="1.3.10"
github_branch="main"
xray_conf_dir="/usr/local/etc/xray"
website_dir="/www/xray_web/"
@ -152,7 +152,6 @@ function nginx_install() {
judge "Nginx 安装"
else
print_ok "Nginx 已存在"
${INS} nginx
fi
# 遗留问题处理
mkdir -p /etc/nginx/conf.d >/dev/null 2>&1