From 93704ee13d4f9291b79999331c5a4eb99274ae24 Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 8 Jul 2021 19:45:03 +0800 Subject: [PATCH] Xray-1.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [update] 不删除nginx配置文件夹 防止删除后重装出现问题 --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ef0a93b..f7af7a9 100644 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}" ERROR="${Red}[ERROR]${Font}" # 变量 -shell_version="1.3.4" +shell_version="1.3.5" github_branch="main" xray_conf_dir="/usr/local/etc/xray" website_dir="/www/xray_web/" @@ -454,7 +454,6 @@ function xray_uninstall() { [yY][eE][sS] | [yY]) if [[ "${ID}" == "centos" || "${ID}" == "ol" ]]; then yum remove nginx -y - rm -rf /etc/nginx else apt purge nginx -y fi