Slightly change find call in cronjob
[mirror/userdir-ldap-cgi.git] / debian / cron.daily
index 5204a96..7097bee 100644 (file)
@@ -3,5 +3,5 @@
 set -e
 
 if [ -d /var/cache/userdir-ldap/web-cookies ]; then
-       find /var/cache/userdir-ldap/web-cookies -type f -mtime +1 -print0 -user www-data | xargs -0 --no-run-if-empty rm -f
+       find /var/cache/userdir-ldap/web-cookies -type f -mtime +1 -user www-data -print0 | xargs -0 --no-run-if-empty rm -f
 fi