| View previous topic :: View next topic |
| Author |
Message |
chlankboot
Joined: 12 Jun 2008 Posts: 10
|
Posted: Jun 13, 2008 10:44 am Post subject: cron config ? |
|
|
Hi,
My cron.pl is inside :
| Code: | | /public_html/nineshare/cgi-bin |
Can anyone tell me pelase what is the correct string to configure cron?
Is this correct:
| Code: | | cd /var/www/nineshare/cgi-bin;./cron.pl >/dev/null 2>&1 |
|
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1488
|
Posted: Jun 13, 2008 1:13 pm Post subject: Re: cron config ? |
|
|
| chlankboot wrote: | Hi,
My cron.pl is inside :
| Code: | | /public_html/nineshare/cgi-bin |
Can anyone tell me pelase what is the correct string to configure cron?
Is this correct:
| Code: | | cd /var/www/nineshare/cgi-bin;./cron.pl >/dev/null 2>&1 |
|
if you have cron.pl in /var/www/nineshare/cgi-bin - then yes, this string is correct. |
|
| Back to top |
|
 |
chlankboot
Joined: 12 Jun 2008 Posts: 10
|
Posted: Jun 13, 2008 5:51 pm Post subject: |
|
|
| thanks man |
|
| Back to top |
|
 |
|