From 459d11464706de8b81e1207300eba4f671ed812e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:31:22 +0800 Subject: [PATCH] v2.6.3 v2.6.3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c8e28ee4..e5af427a 100644 --- a/install.sh +++ b/install.sh @@ -321,7 +321,7 @@ ssh_forwarding() { if [[ -n "$existing_cert" && -n "$existing_key" ]]; then echo -e "${green}面板已安装证书采用SSL保护${plain}" echo "" - echo -e "${green}登录访问面板URL: https://你的域名:${existing_port}${existing_webBasePath}${plain}" + echo -e "${green}登录访问面板URL: https://你的域名:${existing_port}${green}${existing_webBasePath}${plain}" fi echo "" if [[ -z "$existing_cert" && -z "$existing_key" ]]; then