[wplug] crontab problems

Eric C. Cooper ecc at cmu.edu
Thu Feb 10 10:21:58 EST 2005


On Thu, Feb 10, 2005 at 10:06:48AM -0500, Chris Romano wrote:

> # crontab -l
> ...
> * 9-16 * * Mon-Fri /home/chris/script.sh >> /tmp/tlog.txt 2>&1

On Debian, at least, "man 5 crontab" says that ranges of names are not
allowed.  So try
    * 9-16 * * 1-5 /home/chris/script.sh >> /tmp/tlog.txt 2>&1
instead.

-- 
Eric C. Cooper          e c c @ c m u . e d u


More information about the wplug mailing list