From df184a92f5faf3ed0ac173737cee7418fbf1ab6d Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 09:46:02 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/check-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/check-all.sh b/scripts-new/check-all.sh index 96e315698..ef6c63e13 100644 --- a/scripts-new/check-all.sh +++ b/scripts-new/check-all.sh @@ -47,7 +47,7 @@ done for binary in "${!binaries[@]}"; do expected_count=${binaries[$binary]} full_path=$(get_bin_full_path "$binary") - check_binary "$full_path" + check_binary_ports "$full_path" done