From 17dd8a0f1ddcceac5ff4b5a28aa4e1cb5c1d0a57 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 3 Jan 2024 16:00:32 +0100 Subject: [PATCH] only raw file if non-full-loop --- dabo/functions/get_asset.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dabo/functions/get_asset.sh b/dabo/functions/get_asset.sh index 456a7a7..f5930b9 100644 --- a/dabo/functions/get_asset.sh +++ b/dabo/functions/get_asset.sh @@ -40,6 +40,8 @@ function get_asset { return 0 fi + [ ${FULL_LOOP} == 0 ] && return 0 + f_ASSET_HIST_FILE="asset-histories/${f_ASSET}.history.csv" #if [ ${f_linecount} -lt 30 ] && [ ${f_lines} -ge 50 ] && [ ${INTERVAL} -lt 300 ] #then