mirror of https://github.com/wulabing/Xray_onekey
判断逻辑优化
parent
a727921608
commit
221185c1a5
|
@ -532,6 +532,7 @@ tls_type(){
|
||||||
echo -e "${OK} ${GreenBG} 已切换至TLS1.2 and TLS1.3 ${Font}"
|
echo -e "${OK} ${GreenBG} 已切换至TLS1.2 and TLS1.3 ${Font}"
|
||||||
fi
|
fi
|
||||||
systemctl restart nginx
|
systemctl restart nginx
|
||||||
|
judge "Nginx 重启"
|
||||||
else
|
else
|
||||||
echo -e "${Error} ${RedBG} Nginx 或 配置文件不存在,请正确安装脚本后执行${Font}"
|
echo -e "${Error} ${RedBG} Nginx 或 配置文件不存在,请正确安装脚本后执行${Font}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue