From 0ae8f882e1566993469d487215c50cb8b6fc00b5 Mon Sep 17 00:00:00 2001 From: Sarina Date: Sun, 21 Jul 2024 18:25:25 +0330 Subject: [PATCH] Remove restart_hysteria_service from menu.sh --- menu.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/menu.sh b/menu.sh index f0ca386..4c7d617 100644 --- a/menu.sh +++ b/menu.sh @@ -37,12 +37,6 @@ get_system_info() { RAM=$(free -m | awk 'NR==2{printf "%.2f%%", $3*100/$2 }') } -# TODO: remove -# Function to restart Hysteria2 service -restart_hysteria_service() { - python3 /etc/hysteria/traffic.py >/dev/null 2>&1 - systemctl restart hysteria-server.service -} # Function to modify users modify_users() {