From 6eb8f0814bdfc5c952e8e37b6e5af94514ddb3e8 Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Tue, 24 Dec 2019 17:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bc5d89c..5bc8b1e 100644 --- a/install.sh +++ b/install.sh @@ -267,7 +267,7 @@ v2ray_install(){ # 清除临时文件 rm -rf /root/v2ray } -nginx_exist_chek(){ +nginx_exist_check(){ if [[ -f "/etc/nginx/sbin/nginx" ]];then echo -e "${OK} ${GreenBG} Nginx已存在,跳过编译安装过程 ${Font}" sleep 2