Remove restart_hysteria_service from menu.sh

This commit is contained in:
Sarina
2024-07-21 18:25:25 +03:30
parent 7afe429bc9
commit 0ae8f882e1

View File

@ -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() {