Re: cron chgrp woody

2007-06-16 Thread Matus UHLAR - fantomas
On 12.06.07 15:29, Chris Robinson wrote: > I am trying to run the folloing in woody using cron so my cron (upgrade asap) > 2,12,22,32,42,52 * * * * /path to macro > > #!/bin/sh > #

Re: cron chgrp woody

2007-06-12 Thread Matías Palomec
On 6/12/07, Chris Robinson <[EMAIL PROTECTED]> wrote: Hi I am trying to run the folloing in woody using cron so my cron 2,12,22,32,42,52 * * * * /path to macro #!/bin/sh # # chgrp -R nogroup /usr/local/apache2/www/foodmanagementsystems.com/gary I can not find a log. The macro does not work v

cron chgrp woody

2007-06-12 Thread Chris Robinson
Hi I am trying to run the folloing in woody using cron so my cron 2,12,22,32,42,52 * * * * /path to macro #!/bin/sh # #