From 079bf3ff8f3297df66bb669508d8bd46afc03c33 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 27 Nov 2023 11:04:46 +0100 Subject: [PATCH] debug --- dabo/analyze.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 2a37adb..0c3f8de 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -100,7 +100,7 @@ function analyze { then if [ "${ANALYZE_VERBOSE}" -eq "0" ] then - check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile} + check_sell_conditions ${g_tmp}/${tmpfile} #>>${g_tmp}/output-${tmpfile} else #echo "SELL Checks" check_sell_conditions ${g_tmp}/${tmpfile} @@ -111,7 +111,7 @@ function analyze { # then if [ "${ANALYZE_VERBOSE}" -eq "0" ] then - check_buy_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile} + check_buy_conditions ${g_tmp}/${tmpfile} #>>${g_tmp}/output-${tmpfile} else check_buy_conditions ${g_tmp}/${tmpfile} fi