From 7c5a5e04eea0435b477d5da62c25e63105ed8bf5 Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 11 Nov 2023 17:49:51 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/get_vars_from_csv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_vars_from_csv.sh b/dabo/functions/get_vars_from_csv.sh index 5d8a5b2..bfdc161 100644 --- a/dabo/functions/get_vars_from_csv.sh +++ b/dabo/functions/get_vars_from_csv.sh @@ -21,7 +21,7 @@ function get_vars_from_csv { fi # if there are not four lines - [ -z "${f_last_lines_array[3]}" ] && return 1 + #[ -z "${f_last_lines_array[3]}" ] && return 1 # create array of last line fields #f_last_line="$(tail -n1 "${f_ASSET_HIST_FILE}"),${f_market_performance}"