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

RE: [cobalt-users] PHP cron problem



> term = vt100
> 0 20 * * * /usr/bin/lynx -dump http://www.onewebsite.com/daily.php
> >/dev/null
> 0 20 * * * /usr/bin/lynx -dump http://www.anotherwebsite.com/daily.php
> >/dev/null
>

Hm should have worked
personaly I use wget though as it does not try to get a terminal
try

0 20 * * * wget --quiet --spider http://www.onewebsite.com/daily.php