From a5d607207b4cde6f1f7c86a04459068fd044ea4b Mon Sep 17 00:00:00 2001 From: Iam54r1n4 Date: Sat, 8 Feb 2025 16:05:34 +0000 Subject: [PATCH] Fix source services_status.sh (Ignore output of the script) --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 137c82f..32bd617 100644 --- a/menu.sh +++ b/menu.sh @@ -2,7 +2,7 @@ source /etc/hysteria/core/scripts/utils.sh source /etc/hysteria/core/scripts/path.sh -source /etc/hysteria/core/scripts/services_status.sh +source /etc/hysteria/core/scripts/services_status.sh >/dev/null 2>&1 check_services() { for service in "${services[@]}"; do