From a6152f8aff140fce57397517c832f6db0060660f Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:53:44 +0330 Subject: [PATCH] Fix restart hysteria2 --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index c81c816..89a91cd 100644 --- a/menu.sh +++ b/menu.sh @@ -632,7 +632,7 @@ advance_menu() { 8) hysteria2_change_port_handler ;; 9) hysteria2_change_sni_handler ;; 10) obfs_handler ;; - 11) python3 $CLI_PATH RESTART_HYSTERIA2 ;; + 11) python3 $CLI_PATH restart-hysteria2 ;; 12) python3 $CLI_PATH update-hysteria2 ;; 13) python3 $CLI_PATH uninstall-hysteria2 ;; 0) return ;;