From 99870c08398bc4a1eedadd0a956bdc2e5fbd5989 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 20:38:57 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 1 - 1 file changed, 1 deletion(-) 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 }