EasyEngine / cron-command

Manages cron in EasyEngine
4 stars 9 forks source link

Fix EasyEngine cron behavior to support proper Linux Cron like behavior #10

Open mbtamuli opened 6 years ago

mbtamuli commented 6 years ago

For now we need to throw warnings for ; and # symbols as they're not supported in Ofelia.

I'm looking at the Ofelia code. They're using the gcfg.v1 for reading the config file. Need look into possible replacements.

mbtamuli commented 6 years ago

We'll revisit this issue in a later release.