From 054aa2fac70599592e5b9adb14df7a6490bc4924 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 09:49:22 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 3648355f1..600fe308a 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -21,7 +21,8 @@ start_binaries() { # Loop to start binary the specified number of times for ((i=0; i "${conf_dir}/nohup_${binary}_${i}.log" 2>&1 & + nohup "$bin_full_path" -i "$i" -c "$conf_dir" > "test.log" 2>&1 & + done done }