more pure bash to speed up things

This commit is contained in:
olli 2023-11-11 17:26:03 +01:00
parent 80821ad754
commit db4a5e3c31

View File

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