Update x-ui.sh

This commit is contained in:
JieXu 2025-10-01 23:39:15 +08:00 committed by GitHub
parent 6695cff291
commit 5616fecd9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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