diff --git a/scripts-new/bricks.sh b/scripts-new/bricks.sh index 590610973..52a42613e 100644 --- a/scripts-new/bricks.sh +++ b/scripts-new/bricks.sh @@ -24,7 +24,7 @@ start_binaries() { local bin_full_path=$(get_bin_full_path "$binary") # Loop to start binary the specified number of times for ((i=0; i> "${LOG_FILE}" 2> >(tee -a "$ERR_LOG_FILE" | while read line; do echo -e "\e[31m${line}\e[0m"; done >&2) & done