XFileSharing Pro - cron config ?

Message
Author
chlankboot
Posts: 10
Joined: Jun 12, 2008 8:01 pm

cron config ?

#1 Postby chlankboot » Jun 13, 2008 10:44 am

Hi,
My cron.pl is inside :

Code: Select all

/public_html/nineshare/cgi-bin
Can anyone tell me pelase what is the correct string to configure cron?
Is this correct:

Code: Select all

cd /var/www/nineshare/cgi-bin;./cron.pl >/dev/null 2>&1

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

Re: cron config ?

#2 Postby admin » Jun 13, 2008 1:13 pm

chlankboot wrote:Hi,
My cron.pl is inside :

Code: Select all

/public_html/nineshare/cgi-bin
Can anyone tell me pelase what is the correct string to configure cron?
Is this correct:

Code: Select all

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.

chlankboot
Posts: 10
Joined: Jun 12, 2008 8:01 pm

#3 Postby chlankboot » Jun 13, 2008 5:51 pm

thanks man