Comment 2 for bug 109969

Revision history for this message
Ralph Janke (txwikinger) wrote :

Thanks for your bug report.

Try to change the line with the while command to this:

while [[ $((count++)) -lt 40 ]]

There should be a 'space' before and after '[[' and before ']]'

Please check if it works then. Is this the original file how it was installed ?

Thanks