Yeah !

Together with a good friend of mine, we developed a solution for the not allowed error ..
and we fixed some bugs as well ..
A very nasty was in the cron file !

Caused by my missunderstanding of Linux
rm -rf "file one*"
would delete the file with name: file one*
rm -rf "file one"*
would delete all files with the first chars: file one
Yeah, that was pretty hard to find out
