more pure bash to speed up things

This commit is contained in:
olli 2023-11-23 10:31:04 +01:00
parent 23af196321
commit 418870e81b

View File

@ -123,7 +123,7 @@ function check_buy_conditions_strategy {
#if [ -s "${f_strategy}" ] #if [ -s "${f_strategy}" ]
#then #then
echo "${f_strategy}" echo "${f_strategy}"
#time . "${f_strategy}" || return 1 time . "${f_strategy}" || return 1
#else #else
# g_echo_note "${f_echo_prefix}Strategy file not found" # g_echo_note "${f_echo_prefix}Strategy file not found"
# return 1 # return 1