feat(伪装博客): update

pull/534/merge
mack-a 2020-12-01 10:24:14 +08:00
parent a9f398f063
commit 8d66226e15
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -605,7 +605,7 @@ randomPathFunction(){
nginxBlog(){
# echoContent yellow "添加伪装博客--->"
echoContent skyBlue "\n进度 $1/${totalProgress} : 添加伪装博客"
if [[ -d "/usr/share/nginx/html" && -f "/usr/share/nginx/html/check" ]]
if [[ -d "/usr/share/nginx/html" && -f "/usr/share/nginx/html/check" ]]
then
read -p "检测到安装伪装博客,是否需要重新安装[y/n]" nginxBlogInstallStatus
if [[ "${nginxBlogInstallStatus}" = "y" ]]
@ -614,15 +614,16 @@ nginxBlog(){
wget -q -P /usr/share/nginx https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html.zip > /dev/null
unzip -o /usr/share/nginx/html.zip -d /usr/share/nginx/html > /dev/null
rm -f /usr/share/nginx/html.zip*
echoContent green " ---> 添加伪装博客成功"
fi
else
rm -rf /usr/share/nginx/html
wget -q -P /usr/share/nginx https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/blog/unable/html.zip > /dev/null
unzip -o /usr/share/nginx/html.zip -d /usr/share/nginx/html > /dev/null
rm -f /usr/share/nginx/html.zip*
echoContent green " ---> 添加伪装博客成功"
fi
echoContent green " ---> 添加伪装博客成功"
}
# 操作Nginx
handleNginx(){