Fix cert renew bug

This commit is contained in:
paniy
2022-12-29 09:28:30 +08:00
parent 09cc225623
commit 27c0b9dc17
+3 -2
View File
@@ -34,7 +34,7 @@ OK="${Green}[OK]${Font}"
Error="${RedW}[错误]${Font}"
Warning="${RedW}[警告]${Font}"
shell_version="1.9.5.4"
shell_version="1.9.5.5"
shell_mode="未安装"
tls_mode="None"
ws_grpc_mode="None"
@@ -1686,7 +1686,8 @@ check_cert_status() {
read -r cert_update_manuel_fq
case $cert_update_manuel_fq in
[yY][eE][sS] | [yY])
service_stop
systemctl stop xray
judge "Xray 停止"
cert_update_manuel
service_restart
;;