v2.6.6
This commit is contained in:
心隨緣動
2025-08-11 00:13:46 +08:00
committed by GitHub
parent 37d2af7e66
commit d415796fe8
+2 -2
View File
@@ -1087,7 +1087,7 @@ ssl_cert_issue() {
LOGI " - 证书文件: $webCertFile" LOGI " - 证书文件: $webCertFile"
LOGI " - 私钥文件: $webKeyFile" LOGI " - 私钥文件: $webKeyFile"
echo "" echo ""
echo -e "${green}登录访问面板URL: https://${domain}:${existing_port}${existing_webBasePath}${plain}" echo -e "${green}登录访问面板URL: https://${domain}:${existing_port}${green}${existing_webBasePath}${plain}"
echo "" echo ""
echo -e "${green}PS:若您要登录访问面板,请复制上面的地址到浏览器即可${plain}" echo -e "${green}PS:若您要登录访问面板,请复制上面的地址到浏览器即可${plain}"
echo "" echo ""
@@ -1232,7 +1232,7 @@ ssl_cert_issue_CF() {
LOGI " - 证书文件: $webCertFile" LOGI " - 证书文件: $webCertFile"
LOGI " - 私钥文件: $webKeyFile" LOGI " - 私钥文件: $webKeyFile"
echo "" echo ""
echo -e "${green}登录访问面板URL: https://${CF_Domain}:${existing_port}${existing_webBasePath}${plain}" echo -e "${green}登录访问面板URL: https://${CF_Domain}:${existing_port}${green}${existing_webBasePath}${plain}"
echo "" echo ""
echo -e "${green}PS:若您要登录访问面板,请复制上面的地址到浏览器即可${plain}" echo -e "${green}PS:若您要登录访问面板,请复制上面的地址到浏览器即可${plain}"
echo "" echo ""