Fixed TYPO in maintenance.sh, the parameter is cleandata, not cleardata

This commit is contained in:
Andre Lorbach 2010-06-22 13:06:24 +02:00
parent af25b07762
commit 7244f2cfb3

View File

@ -1,4 +1,4 @@
#!/bin/sh
cd /var/www/phplogcon/cron/
php ./maintenance.php cleardata 2 olderthan 86400
php ./maintenance.php cleandata 2 olderthan 86400