From 9689c9e704977ec84d63308d195242807a54f6cb Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 23 Nov 2023 10:37:17 +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 b44345b..5569c21 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 XXX - #. "${f_strategy}" || return 1 + #echo XXX + . "${f_strategy}" || return 1 #else # g_echo_note "${f_echo_prefix}Strategy file not found" # return 1