mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 10:52:54 +00:00
fix
This commit is contained in:
parent
3f83c5e894
commit
87218ec189
1 changed files with 1 additions and 1 deletions
2
x-ui.sh
2
x-ui.sh
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue