mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 05:02:59 +00:00
Refactoring
This commit is contained in:
parent
943215f6f3
commit
4cc9b45a48
1 changed files with 0 additions and 2 deletions
2
x-ui.sh
2
x-ui.sh
|
|
@ -2,7 +2,6 @@
|
|||
# x-ui.sh - 3X-UI Panel Management Script (Entrypoint)
|
||||
# This is the main entrypoint that sources modular library files
|
||||
|
||||
|
||||
# Export LIB_DIR for use by library files
|
||||
LIB_DIR="${LIB_DIR:=/usr/local/x-ui/lib}"
|
||||
export LIB_DIR
|
||||
|
|
@ -274,7 +273,6 @@ if [[ $# -gt 0 ]]; then
|
|||
"uninstall")
|
||||
check_install 0 && uninstall 0
|
||||
;;
|
||||
# TODO: check
|
||||
"update-all-geofiles")
|
||||
check_install 0 && update_all_geofiles "${xui_folder}"/bin 0 && restart 0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue