From d12e19d30c03a458344a464ec0ca1d5c106cdd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Thu, 7 Aug 2025 16:39:41 +0800 Subject: [PATCH] v2.6.5 v2.6.5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c77cb4ed..57a26873 100644 --- a/install.sh +++ b/install.sh @@ -184,7 +184,7 @@ config_after_install() { echo -e "${yellow}您的密码将是: ${config_password}${plain}" read -p "请设置面板端口: " config_port echo -e "${yellow}您的面板端口号为: ${config_port}${plain}" - read -p "请设置面板登录访问路径(访问方式演示:ip:端口号/路径/): " config_webBasePath + read -p "请设置面板登录访问路径: " config_webBasePath echo -e "${yellow}您的面板访问路径为: ${config_webBasePath}${plain}" echo -e "${yellow}正在初始化,请稍候...${plain}" /usr/local/x-ui/x-ui setting -username ${config_account} -password ${config_password}