only raw file if non-full-loop

This commit is contained in:
olli 2024-01-03 16:00:32 +01:00
parent 46c35e3ebe
commit 17dd8a0f1d

View File

@ -40,6 +40,8 @@ function get_asset {
return 0 return 0
fi fi
[ ${FULL_LOOP} == 0 ] && return 0
f_ASSET_HIST_FILE="asset-histories/${f_ASSET}.history.csv" f_ASSET_HIST_FILE="asset-histories/${f_ASSET}.history.csv"
#if [ ${f_linecount} -lt 30 ] && [ ${f_lines} -ge 50 ] && [ ${INTERVAL} -lt 300 ] #if [ ${f_linecount} -lt 30 ] && [ ${f_lines} -ge 50 ] && [ ${INTERVAL} -lt 300 ]
#then #then