From 92743f7c5bec918c5fb1ea9315739190101534ea Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Mon, 19 Feb 2024 18:48:03 +0800 Subject: [PATCH] fix: fix the script name --- scripts/lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index ac41512a0..cf792ab26 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -371,7 +371,7 @@ openim::util::check_ports() { } -openim::util::check_processes() { +openim::util::check_ports_by_signal() { # An array to collect information about processes that are still running. local running=()