
10th January 2013, 18:21
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
Originally Posted by almere
If i set "Full cron" to a user, than i have to use lines as below, right?
Code:
/usr/bin/wget -q http://www.mydomain.com/cron.php
Code:
/usr/bin/find /var/www/clients/client1/web34/web/core/cache/lofthumbs -mmin +30 -exec rm {} \; >/dev/null 2>&1
Thank you
|
Yes, that's right.
|