feat(脚本): 修改伪站的残留代码

pull/534/merge
mack-a 2021-01-28 15:20:50 +08:00
parent 0dbe43cb66
commit c12bd90fe3
1 changed files with 1 additions and 4 deletions

View File

@ -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 "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:七合一共存脚本"
echoContent red "=============================================================="