diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 4a87543a6..2a47aef11 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -22,7 +22,8 @@ start_binaries() { # Loop to start binary the specified number of times for ((i=0; i "${conf_dir}/nohup_${binary}_${i}.log" 2>&1 & + done done done }