This commit is contained in:
Дмитрий Саенко 2025-10-22 10:49:40 +03:00
parent 3f83c5e894
commit 87218ec189

View file

@ -1871,7 +1871,7 @@ SSH_port_forwarding() {
} }
show_version() { show_version() {
local version=$(/usr/local/x-ui/x-ui -v) version=$(/usr/local/x-ui/x-ui -v true)
echo -e "x-ui Version: ${version}" echo -e "x-ui Version: ${version}"
before_show_menu before_show_menu
} }