From eac9cfde75efea25734b18433ce1a4bc2e762de2 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:11:26 +0330 Subject: [PATCH] add auth service status --- core/scripts/services_status.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/scripts/services_status.sh b/core/scripts/services_status.sh index a63d9bf..b618529 100644 --- a/core/scripts/services_status.sh +++ b/core/scripts/services_status.sh @@ -3,6 +3,7 @@ declare -a services=( "hysteria-server.service" "hysteria-scheduler.service" + "hysteria-auth.service" "hysteria-webpanel.service" "hysteria-caddy.service" "hysteria-telegram-bot.service" @@ -22,8 +23,6 @@ for service in "${services[@]}"; do fi done -# Remove trailing comma and close JSON properly status_json="${status_json%,}}" -# Format output as valid JSON echo "$status_json" | jq -M .