From 5e94184a054d26ad195d36ef28efc053f81a63c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Mon, 29 Apr 2024 04:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5345b394..87b03919 100644 --- a/install.sh +++ b/install.sh @@ -111,7 +111,7 @@ install_base() { # This function will be called when user installed x-ui out of security config_after_install() { echo -e "${yellow}安装/更新完成! 为了您的面板安全,建议修改面板设置 ${plain}" - read -p "想继续修改吗 [y/n]?选择N以保留旧设置": config_confirm + read -p "想继续修改吗?选择N以保留旧设置 [y/n]?": config_confirm if [[ "${config_confirm}" == "y" || "${config_confirm}" == "Y" ]]; then read -p "请设置您的用户名: " config_account echo -e "${yellow}您的用户名将是: ${config_account}${plain}"