From 7244f2cfb35fbe0d3836435410a8dd2d3267c1b0 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 22 Jun 2010 13:06:24 +0200 Subject: [PATCH] Fixed TYPO in maintenance.sh, the parameter is cleandata, not cleardata --- src/cron/maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cron/maintenance.sh b/src/cron/maintenance.sh index d068067..a53014e 100644 --- a/src/cron/maintenance.sh +++ b/src/cron/maintenance.sh @@ -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