From 5616fecd9ad97ac537cf25758d78c5a96da76f83 Mon Sep 17 00:00:00 2001 From: JieXu Date: Wed, 1 Oct 2025 23:39:15 +0800 Subject: [PATCH] Update x-ui.sh --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index 71e8ea19..4180b4e1 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -187,7 +187,7 @@ reset_user() { fi return 0 fi - + read -rp "Please set the login username [default is a random username]: " config_account [[ -z $config_account ]] && config_account=$(gen_random_string 10) read -rp "Please set the login password [default is a random password]: " config_password