From e411ac0130497256f7b358b338038318a4096db9 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:35:01 +0330 Subject: [PATCH] typo --- core/scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/utils.sh b/core/scripts/utils.sh index 696adbc..cbb1893 100644 --- a/core/scripts/utils.sh +++ b/core/scripts/utils.sh @@ -64,7 +64,7 @@ load_hysteria2_env() { check_services() { declare -A service_names=( - ["hysteria-server.service"]="Hysteria" + ["hysteria-server.service"]="Hysteria2" ["normalsub.service"]="Normal Subscription" ["singbox.service"]="Singbox Subscription" ["hysteria-bot.service"]="Hysteria Telegram Bot"