more pure bash to speed up things
This commit is contained in:
parent
882a448e1f
commit
9689c9e704
@ -122,8 +122,8 @@ function check_buy_conditions_strategy {
|
|||||||
|
|
||||||
#if [ -s "${f_strategy}" ]
|
#if [ -s "${f_strategy}" ]
|
||||||
#then
|
#then
|
||||||
echo XXX
|
#echo XXX
|
||||||
#. "${f_strategy}" || return 1
|
. "${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
|
||||||
|
Loading…
Reference in New Issue
Block a user