From 418870e81b16ede718490d493089e82cfdacb46e Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 23 Nov 2023 10:31:04 +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 2f1f127..b290c46 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -123,7 +123,7 @@ function check_buy_conditions_strategy { #if [ -s "${f_strategy}" ] #then echo "${f_strategy}" - #time . "${f_strategy}" || return 1 + time . "${f_strategy}" || return 1 #else # g_echo_note "${f_echo_prefix}Strategy file not found" # return 1