From 8a05e19eefb9236194e908bcece5c586d6b55f90 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 11:18:45 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/lib/util.sh b/scripts-new/lib/util.sh index 3be4931d6..e94dbee22 100644 --- a/scripts-new/lib/util.sh +++ b/scripts-new/lib/util.sh @@ -2837,7 +2837,7 @@ check_binary_ports() { # Check if the binary is running if pgrep -f "$binary_path" > /dev/null; then - echo "$binary_name is running." + echo "$binary_name is running." "arg $1" # Find the PID(s) of the running binary pids=$(pgrep -f "$binary_path")