only raw file if non-full-loop
This commit is contained in:
parent
46c35e3ebe
commit
17dd8a0f1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user