diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 2a47aef11..4a1979696 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -24,7 +24,6 @@ start_binaries() { echo "Starting $binary instance $i: $bin_full_path -i $i -c $OPENIM_OUTPUT_CONFIG" nohup "$bin_full_path" -i "$i" -c "$conf_dir" > "${conf_dir}/nohup_${binary}_${i}.log" 2>&1 & done - done done }