On Mon, Sep 11, 2006 at 11:37:03AM -0400, Joe Loiacono wrote: > When I run it in the command line (with sh prueba0.sh), it work fine, but > with the crontab, the Data Base is not updated well. I put this line. > > */5 * * * * /bin/sh > /srv/www/htdocs/pruebas/prueba0.sh >/dev/null 2>&1 > > Do you now what is the problem with mi script.
Script and/or cron may provide very useful information. Why are you throwing this information away? Remove ">/dev/null 2>&1" from your cron job. The system will tell you what's wrong. -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
