in reply to Perl script in crontab
First, crontab doesn't invoke a shell for you, so your environment variables, paths, etc. aren't going to be set up the way you want. That may be part of your problem.
However, what prompted me to post is the use of sudo in your crontab. Why not just use sudo to put the job in the proper user's (bibatch) crontab? Then things would be a bit less Rube Goldbergesqueified.
...roboticus
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl script in crontab
by AbraKdabra (Initiate) on Nov 20, 2010 at 05:48 UTC |