Include accountname in totp url
[mirror/userdir-ldap-cgi.git] / debian / cron.daily
1 #!/bin/sh
2
3 set -e
4
5 if [ -d /var/cache/userdir-ldap/web-cookies ]; then
6         find /var/cache/userdir-ldap/web-cookies -type f -mtime +1 -user www-data -print0 | xargs -0 --no-run-if-empty rm -f
7 fi