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

Re: Problems with a bash script and cron



Lars Bjarby <laban@gmx.net> writes:
> My crontab looks like this:
> 
> 0,15,30,45 * * * /home/laban/bin/chkwww

things to try:
	1) chmod +x /home/laban/bin/chkwww
	2) make sure you 'crontab -e' as same user you use
		to run the script from the command prompt
	3) try 
		0,15,30,45 * * * /bin/sh /home/laban/bin/chkwww
	4) try
		0,15,30,45 * * * /home/laban/bin/chkwww &| mail -s crontab-run laban 

-- 
things are more like they used to be than they are now.

will@serensoft.com *** http://www.dontUthink.com/



Reply to: