This commit is contained in:
olli 2023-05-17 11:33:13 +02:00
parent 49b01b3946
commit bce1a3456c

View File

@ -47,7 +47,7 @@ function analyze {
return 1 return 1
fi fi
for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,') for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,'
do do
IFS="$ORIGIFS" IFS="$ORIGIFS"
current=$(echo $line | cut -d, -f2) current=$(echo $line | cut -d, -f2)