diff --git a/fodder/blog/unable/html.zip b/fodder/blog/unable/html.zip
index cb45eb4..ac441a9 100644
Binary files a/fodder/blog/unable/html.zip and b/fodder/blog/unable/html.zip differ
diff --git a/install.sh b/install.sh
index 12d5ba5..f69a500 100644
--- a/install.sh
+++ b/install.sh
@@ -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(){