more pure bash to speed up things

This commit is contained in:
olli 2023-11-23 10:36:46 +01:00
parent 6c030dc43f
commit 882a448e1f

View File

@ -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