On 7/19/07, Magicloud Magiclouds <[EMAIL PROTECTED]> wrote:

Dear all,
    I have a crontab like this:

[EMAIL PROTECTED] # crontab -l
# m h  dom mon dow   command
*       0,12    *       *       *       root    /root/update.sh
[EMAIL PROTECTED] # more /root/update.sh
#!/bin/bash
apt-get update
apt-get upgrade -d
apt-get autoclean
apt-get autoremove
touch /root/update.sh
[EMAIL PROTECTED] # ls -l /root/update.sh
-rwxr-xr-x 1 root root 104 2007-07-19 09:01 /root/update.sh



Cron jobs run in an impoverished environment.  Either  include a PATH
statement  or call apt-get as /usr/bin/apt-get.  At least I think that might
be the problem.

Patrick


   But it seems that the script have never been called.

Thanks.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


Reply via email to