more pure bash to speed up things
This commit is contained in:
parent
bf80a74c70
commit
1b0b03c4ce
@ -17,7 +17,7 @@ function check_buy_conditions {
|
||||
fi
|
||||
|
||||
# get asset vars
|
||||
[ -n "${BOT}" ] get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1
|
||||
[ -n "${BOT}" ] && get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1
|
||||
|
||||
### from here: check for defined state to buy
|
||||
f_BUY=""
|
||||
|
Loading…
Reference in New Issue
Block a user