Fixed typo

This commit is contained in:
Mikhail Grigorev 2025-09-25 17:21:14 +05:00
parent a44697e2c6
commit 8620b55bd6

View file

@ -85,7 +85,7 @@ install() {
} }
update() { update() {
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" 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 if [[ $? != 0 ]]; then
LOGE "Cancelled" LOGE "Cancelled"
if [[ $# == 0 ]]; then if [[ $# == 0 ]]; then