Chris Odell wrote:
For some odd reason my update-data script will not get new data when run from cron. If I run it from the command line everything works well - Any ideas?

Your environment is probably not getting set. Try setting your path at towards the the top like so:

export PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/sbin/usr/sbin:/usr/local/sbin

(all on one line)

Regards,

Bill

Reply via email to