diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 6273937aa..4a87543a6 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -18,8 +18,7 @@ start_binaries() { # Iterate over binaries defined in binary_path.sh for binary in "${!binaries[@]}"; do local count=${binaries[$binary]} - local bin_full_path=$(get_bin_full_path "$project_dir" "$binary") - echo "$project_dir" "$binary" 444444444444444444 + local bin_full_path=$(get_bin_full_path "$binary") # Loop to start binary the specified number of times for ((i=0; i