On Monday 05 December 2005 09:39, Andres Becerra Sandoval wrote:
| 45 6 * * * /usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa
|
| The problem is that this is not working, it works in the shell, but it
| doesn't works from cron. If anybody can enlight me, I would appreciate
| it.
Most of the time, you must put the full path for executables in the crontab... 

36 * * * * /usr/bin/glsa-check -l new > /tmp/`/usr/bin/date +%F`.glsa

works for me.

  Regards,
      Kurt

-- 
gentoo-user@gentoo.org mailing list

Reply via email to