chiark / gitweb /
typo in cron script
authorRichard Kettlewell <rjk@greenend.org.uk>
Fri, 18 Feb 2011 19:04:31 +0000 (19:04 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Fri, 18 Feb 2011 19:04:31 +0000 (19:04 +0000)
debian/disorder.daily

index 3a4c64a60dd42151fdc526f622b502a86d385a4c..18f4bedcd679ea6979c2bb2d1f513feabd3eeb5e 100755 (executable)
@@ -25,6 +25,6 @@ fi
 
 if ${PRUNE}; then
   # Delete old backups
-  find /var/lib/disorder/backups -type -f -ctime +${MAXAGE} -print0 \
+  find /var/lib/disorder/backups -type f -ctime +${MAXAGE} -print0 \
   | xargs -r0 rm -f
 fi