From 882a448e1ff699bd2f453576a02203476828dde2 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 23 Nov 2023 10:36:46 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/check_buy_conditions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dabo/functions/check_buy_conditions.sh b/dabo/functions/check_buy_conditions.sh index daa77e2..b44345b 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -122,8 +122,8 @@ function check_buy_conditions_strategy { #if [ -s "${f_strategy}" ] #then - echo "${f_strategy}" - . "${f_strategy}" || return 1 + echo XXX + #. "${f_strategy}" || return 1 #else # g_echo_note "${f_echo_prefix}Strategy file not found" # return 1