Fix source services_status.sh (Ignore output of the script)

This commit is contained in:
Iam54r1n4
2025-02-08 16:05:34 +00:00
parent 65a34117f2
commit a5d607207b

View File

@ -2,7 +2,7 @@
source /etc/hysteria/core/scripts/utils.sh source /etc/hysteria/core/scripts/utils.sh
source /etc/hysteria/core/scripts/path.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() { check_services() {
for service in "${services[@]}"; do for service in "${services[@]}"; do