mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-13 19:49:12 +00:00
Fixed update message
This commit is contained in:
parent
85c328bb93
commit
a44697e2c6
1 changed files with 1 additions and 1 deletions
2
x-ui.sh
2
x-ui.sh
|
@ -85,7 +85,7 @@ install() {
|
|||
}
|
||||
|
||||
update() {
|
||||
confirm "This feature will update all x-ui components to the latest version without losing any data. Do you want to continue?" "y"
|
||||
confirm "This function will update all x-ui components to the latest version, and the data will not be lost. Do you want to continue?" "y"
|
||||
if [[ $? != 0 ]]; then
|
||||
LOGE "Cancelled"
|
||||
if [[ $# == 0 ]]; then
|
||||
|
|
Loading…
Reference in a new issue