From a932db69221cb670657efaa02f6a240329e4d4dd Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 15:28:21 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/bricks.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts-new/bricks.sh b/scripts-new/bricks.sh index b3ffb10b6..e39d3427e 100644 --- a/scripts-new/bricks.sh +++ b/scripts-new/bricks.sh @@ -26,7 +26,8 @@ start_binaries() { for ((i=0; i "test.log" 2>&1 & - nohup sh -c '"$bin_full_path" -i "$i" -c "$OPENIM_OUTPUT_CONFIG" 2>&1 | tee test.log' & + #nohup sh -c '"$bin_full_path" -i "$i" -c "$OPENIM_OUTPUT_CONFIG" 2>&1 | tee test.log' & + nohup ./run_my_command.sh "$bin_full_path" -i "$i" -c "$OPENIM_OUTPUT_CONFIG" > test.log 2>&1 & done