[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Setting Up Crontab to run a PHP-script



> 
> 0,15,30,45 * * * * lynx -dump http://php.bene.ws/news_search.php
> 
> The cron is working but I am receiving every 15 minits an 
> empty mail from Cron Daimon. How can I stop THESE mails ??
> 

Not that this has anything to do with Cobalt servers, 

0,15,30,45 * * * * lynx -dump http://php.bene.ws/news_search.php >
/dev/null 2>&1

-- 
Dan Kriwitsky

Please reply to the list only. Offlist replies are not read.