From 95c1aa6135a64516ebab8fa109608cea2e368c82 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 19 May 2023 08:12:18 +0200 Subject: [PATCH] fixes --- dabo/analyze.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 379cd92..341b6d7 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -79,7 +79,7 @@ function analyze { then check_buy_conditions ${g_tmp}/${tmpfile} "${f_strategy}" >>${g_tmp}/output-${tmpfile} 2>&1 || break else - ( check_buy_conditions ${g_tmp}/${tmpfile} "${f_strategy}" 2>&1 || break ) | tee -a ${g_tmp}/output-${tmpfile} + check_buy_conditions ${g_tmp}/${tmpfile} "${f_strategy}" 2>&1 | tee -a ${g_tmp}/output-${tmpfile} fi done fi