diff --git a/dabo/functions/get_vars_from_csv.sh b/dabo/functions/get_vars_from_csv.sh index 7166b34..a43e144 100644 --- a/dabo/functions/get_vars_from_csv.sh +++ b/dabo/functions/get_vars_from_csv.sh @@ -14,12 +14,12 @@ function get_vars_from_csv { fi f_all_vars="f_market_performance=${f_market_performance}" - + set -x # read last 4 lines in array if not given - #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 there are not four lines if [ -z "${f_last_lines_array[3]}" ] @@ -138,7 +138,7 @@ f_macd_histogram_signal=${f_macd_histogram_signal}" get_var_from_line ema800 39 # Coingecko price - get_var_from_line coingecko_price 40a + get_var_from_line coingecko_price 40 }