From ed29f5a0b704a4f279e908e45e701807a5cdae76 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 23 Nov 2023 10:30:19 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/check_buy_conditions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/check_buy_conditions.sh b/dabo/functions/check_buy_conditions.sh index 70a041c..32552b7 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -122,7 +122,7 @@ function check_buy_conditions_strategy { #if [ -s "${f_strategy}" ] #then - time . "${f_strategy}" || return 1 + #time . "${f_strategy}" || return 1 #else # g_echo_note "${f_echo_prefix}Strategy file not found" # return 1