From c12bd90fe3fa790e8904d9e9211fb3729fa4654a Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 28 Jan 2021 15:20:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BC=AA=E7=AB=99=E7=9A=84=E6=AE=8B=E7=95=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 7a274f9..1a1b373 100644 --- a/install.sh +++ b/install.sh @@ -2220,9 +2220,6 @@ updateNginxBlog() { fi unzip -o "/usr/share/nginx/html${selectInstallNginxBlogType}.zip" -d /usr/share/nginx/html >/dev/null - if [[ "${selectInstallNginxBlogType}" == "5" ]]; then - mv /usr/share/nginx/html/dist/* /usr/share/nginx/html - fi rm -f "/usr/share/nginx/html${selectInstallNginxBlogType}.zip*" echoContent green " ---> 更换伪站成功" else @@ -3101,7 +3098,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.3.10" + echoContent green "当前版本:v2.3.11" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:七合一共存脚本" echoContent red "=============================================================="