判断逻辑优化

pull/355/head
wulabing 2019-11-26 10:53:25 +08:00
parent a727921608
commit 221185c1a5
1 changed files with 1 additions and 0 deletions

View File

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