luismaia / redmine_email_fetcher

Redmine plugin that extends the Redmine Receiving emails functionality by allowing the configuration of email accounts from where emails should be periodically fetched
23 stars 25 forks source link

Cron Error in Readme #20

Open nixmomo opened 8 years ago

nixmomo commented 8 years ago

Hi, in my Case he Cron looks like so:

*/5 * * * * www-data rake -f /opt/redmine/Rakefile --silent redmine:plugins:email_fetcher:fetch_all_emails RAILS_ENV=production 2>&- 1>&- The Different is the Path at beginning of Cronjob... The Cron in your Readme want work anymore at my servers

octoquad commented 5 years ago

Hi,

Not sure if you managed to fix this, but you can try a slightly tweaked version I added to https://github.com/octoquad/redmine_email_fetcher#rake-task.

If you no longer have this problem, please consider closing this issue.

Thanks