Xray-0.1.7

[fix] nginx 预编译版本卸载后的遗留问题
pull/401/head
wulabing 2021-07-08 19:53:19 +08:00
parent f3d6c45cc7
commit ca2b1a6ade
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}"
ERROR="${Red}[ERROR]${Font}"
# 变量
shell_version="0.1.6"
shell_version="0.1.7"
github_branch="nginx_forward"
xray_conf_dir="/usr/local/etc/xray"
website_dir="/www/xray_web/"
@ -157,6 +157,8 @@ function nginx_install() {
# 防止部分异常
${INS} nginx
fi
# 遗留问题处理
mkdir -p /etc/nginx/conf.d >/dev/null 2>&1
}
function dependency_install() {
${INS} wget lsof tar