From 470d92250939b1fe53265fe6e5e194f6d9737e3e Mon Sep 17 00:00:00 2001 From: hiddify-com <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:00:55 +0330 Subject: [PATCH] fix: bug --- status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.sh b/status.sh index 10be93fb4..fc486c830 100755 --- a/status.sh +++ b/status.sh @@ -36,7 +36,7 @@ function main(){ s=${s##*/} s=${s%%.*} if [[ $s == "wg-quick@warp" ]] && [[ $(hconfig "warp_mode") == "disable" ]]; then - continue + return fi if systemctl is-enabled $s >/dev/null 2>&1 ; then status=$(get_pretty_service_status $s 2>&1)