index fix
This commit is contained in:
parent
f80547832f
commit
d36811c20c
@ -121,7 +121,7 @@ analyzecounter=0
|
|||||||
|
|
||||||
for file in $@
|
for file in $@
|
||||||
do
|
do
|
||||||
echo "${file}" | egrep -q "BALANCE|MSCI-WORLD-INDEX" && continue
|
echo "${file}" | egrep -q "BALANCE|-INDEX" && continue
|
||||||
|
|
||||||
lines=$(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,' | wc -l)
|
lines=$(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,' | wc -l)
|
||||||
if [ $lines -lt 150 ]
|
if [ $lines -lt 150 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user