Since the cronjob never writes on the sqlite files that are used by the web server we don't need to protect these. The cronjob moving the file should be safe and at worst could result in a request failing during the move.
Signed-off-by: Clement Verna cverna@tutanota.com
rebased onto 5c9950e697ef8daeacf2e8f38f12bb46ad5fe36d
Pull-Request has been merged by pingou
Since the cronjob never writes on the sqlite files that
are used by the web server we don't need to protect these.
The cronjob moving the file should be safe and at worst
could result in a request failing during the move.
Signed-off-by: Clement Verna cverna@tutanota.com