From b9d44bad6ff3c56a2738bae22e4004a0ae9d7c77 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 18:05:46 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/bricks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts-new/bricks.sh b/scripts-new/bricks.sh index 597d06f2a..3ffe72ecc 100644 --- a/scripts-new/bricks.sh +++ b/scripts-new/bricks.sh @@ -35,6 +35,7 @@ start_binaries() { start_tools() { # Assume tool_binaries=("ncpu" "infra") for binary in "${tool_binaries[@]}"; do + echo $binary bbbbbbbbbbbbbb local bin_full_path=$(get_tool_full_path "$binary") # Assuming get_tool_full_path defines full path for each tool cmd=("$bin_full_path" -c "$OPENIM_OUTPUT_CONFIG")