From 058a1ff2240d653353138e30f81417832b16226b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E4=BB=A3=E5=B0=BE?= Date: Thu, 19 Mar 2026 14:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20hy2.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hy2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy2.sh b/hy2.sh index ac59123..fd19b29 100644 --- a/hy2.sh +++ b/hy2.sh @@ -2,7 +2,7 @@ set -Eeuo pipefail CONFIG_FILE="/etc/hysteria/config.yaml" -SERVICE_NAME="hysteria-server.service" +SERVICE_NAME="hysteria" red() { printf '\033[31m%s\033[0m\n' "$*"; } green() { printf '\033[32m%s\033[0m\n' "$*"; }