Re: Problems with a bash script and cron
Subject: Re: Problems with a bash script and cron
Date: Wed, Oct 11, 2000 at 08:27:58AM +0200
In reply to:Felix Hagemann
Quoting Felix Hagemann(fx@coop-x.de):
> Lars Bjarby <laban@gmx.net> writes:
>
> > My crontab looks like this:
> >
> > 0,15,30,45 * * * /home/laban/bin/chkwww
>
> It's not in all man page versions I have seen: you're probably just
> missing a trailing Newline at the end of your crontab.
Late on this thread but the above crontab entry looks short to me.
My Crontab has, at the top.
# m h dom mon dow user command
so you might try
0,15,30,45 * * * * /home/laban/bin/chkwww
^
:-) HTH, YMMV, HAND :-)
--
According to my calculations the problem doesn't exist.
_______________________________________________________
Reply to: