From a3291e03f7667760138aaa944de4524f693acb40 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 31 Dec 2021 15:57:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xray.sh b/xray.sh index fc92bbc..16ef3ab 100644 --- a/xray.sh +++ b/xray.sh @@ -721,7 +721,7 @@ EOF # 修改nginx默认页面 rm -rf /usr/share/nginx/html mkdir -p /usr/share/nginx/html - wget wget https://github.com/vincent0214/static_html/releases/download/1.0/static_html.zip -P /usr/share/nginx/html + wget https://github.com/vincent0214/static_html/releases/download/1.0/static_html.zip -P /usr/share/nginx/html unzip -o -d /usr/share/nginx/html /usr/share/nginx/html/static_html.zip rm /usr/share/nginx/html/static_html.zip mv /usr/share/nginx/html/static_html/* /usr/share/nginx/html/