Fix restart hysteria2

This commit is contained in:
Whispering Wind
2024-10-11 13:53:44 +03:30
committed by GitHub
parent cb0a78ffc7
commit a6152f8aff

View File

@ -632,7 +632,7 @@ advance_menu() {
8) hysteria2_change_port_handler ;; 8) hysteria2_change_port_handler ;;
9) hysteria2_change_sni_handler ;; 9) hysteria2_change_sni_handler ;;
10) obfs_handler ;; 10) obfs_handler ;;
11) python3 $CLI_PATH RESTART_HYSTERIA2 ;; 11) python3 $CLI_PATH restart-hysteria2 ;;
12) python3 $CLI_PATH update-hysteria2 ;; 12) python3 $CLI_PATH update-hysteria2 ;;
13) python3 $CLI_PATH uninstall-hysteria2 ;; 13) python3 $CLI_PATH uninstall-hysteria2 ;;
0) return ;; 0) return ;;