Update x-ui.sh

This commit is contained in:
sprov
2021-06-17 11:53:26 +08:00
parent 4bf10cd8b7
commit 00f9de6f1c

View File

@@ -487,7 +487,7 @@ if [[ $# > 0 ]]; then
;;
"log") check_install 0 && show_log 0
;;
"log") check_install 0 && migrate_v2_ui 0
"v2-ui") check_install 0 && migrate_v2_ui 0
;;
"update") check_install 0 && update 0
;;