v2.6.3
This commit is contained in:
心隨緣動 2025-08-03 23:28:02 +08:00 committed by GitHub
parent 9ba1c7cb1f
commit 689b41dbc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -321,7 +321,7 @@ check_config() {
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