From 6b8ed5408e012569d864c85897b04290c60174c1 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 30 Oct 2023 16:51:35 +0100 Subject: [PATCH] range fixes --- dabo/functions/get_asset.sh | 2 +- dabo/functions/get_range.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dabo/functions/get_asset.sh b/dabo/functions/get_asset.sh index 8856062..1265076 100644 --- a/dabo/functions/get_asset.sh +++ b/dabo/functions/get_asset.sh @@ -97,7 +97,7 @@ function get_asset { if ! get_range ${f_ASSET_HIST_FILE} then local f_oldrange=$(tail -n2 ${f_ASSET_HIST_FILE} | head -n1 | cut -d, -f24,25,26,27,28,29,30,31,32,33,34,35) - g_echo_note "Taking old range ${f_oldrange}" + #g_echo_note "Taking old range ${f_oldrange}" echo -n ",${f_oldrange}" >>$f_ASSET_HIST_FILE fi diff --git a/dabo/functions/get_range.sh b/dabo/functions/get_range.sh index eff30b3..e64c7d5 100644 --- a/dabo/functions/get_range.sh +++ b/dabo/functions/get_range.sh @@ -19,7 +19,7 @@ function get_range { then if echo "${f_range_day}" | grep -q "${f_last_range_day}" then - g_echo_note "${FUNCNAME} $@: No new range" + #g_echo_note "${FUNCNAME} $@: No new range" return 1 fi fi