From 7738277b758c2ede263cdeb2e6a4dcb8e933523c Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 20:32:45 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 3149470eb..6273937aa 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -19,11 +19,10 @@ start_binaries() { for binary in "${!binaries[@]}"; do local count=${binaries[$binary]} local bin_full_path=$(get_bin_full_path "$project_dir" "$binary") - local conf_dir=$(get_conf_dir "$project_dir") - + echo "$project_dir" "$binary" 444444444444444444 # Loop to start binary the specified number of times for ((i=0; i