more pure bash to speed up things
This commit is contained in:
parent
80821ad754
commit
db4a5e3c31
@ -7,10 +7,10 @@ function get_vars_from_csv {
|
||||
return 1
|
||||
fi
|
||||
|
||||
#if [ -z "${f_last_lines_array}" ]
|
||||
#then
|
||||
if [ -z "${f_last_lines_array}" ]
|
||||
then
|
||||
mapfile -t f_last_lines_array <<< $(tail -n4 "${f_ASSET_HIST_FILE}")
|
||||
#fi
|
||||
fi
|
||||
|
||||
if [ -z "${f_market_performance}" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user