Error in cronjob after update 1.0 to 1.1

Hey,

I got the following error in my cronjob after updating from 1.0 to 1.1:

/home/maxstats/public_html/piwik/misc/cron/archive.sh: line 89: unexpected EOF while looking for matching `"’

Who knows what causes this problem and is it harmful to my stats?

what is your line 89?

it should be


echo ""


It’s indeed


echo ""

Although I got to mention that there’s a line-break and an empty rule after that code.
(I haven’t changed anything myself)

the file should look like http://dev.piwik.org/trac/browser/trunk/misc/cron/archive.sh
I don’t know what this error means really…

It’s the same as mine, except for the linebreak on the bottom.
I’ll remove that empty line to see if that helps.
Although I haven’t got the error again yet.