修复bug

pull/355/head
wulabing 2019-12-24 17:07:10 +08:00
parent 2818958d3a
commit 6eb8f0814b
1 changed files with 1 additions and 1 deletions

View File

@ -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