mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-27 03:43:28 +00:00
fix prompt #1618
This commit is contained in:
parent
6781b0f7ae
commit
35798c2c74
1 changed files with 1 additions and 1 deletions
2
x-ui.sh
2
x-ui.sh
|
|
@ -141,7 +141,7 @@ uninstall() {
|
|||
}
|
||||
|
||||
reset_user() {
|
||||
confirm "Reset your username and password to admin?" "n"
|
||||
confirm "Are you sure to reset the username and password of the panel?" "n"
|
||||
if [[ $? != 0 ]]; then
|
||||
if [[ $# == 0 ]]; then
|
||||
show_menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue