ar- / incron

cron-like daemon which handles filesystem events
Other
229 stars 51 forks source link

Fixed #36 by relocating new directory logic lower #45

Open galaxy4public opened 6 years ago

galaxy4public commented 6 years ago

The relocated code is very problematic since it reloads the state of incrond before the even has been processed and the code expects the structures to be intact. By relocating the reload after all the even processing done we avoid that issue.