]> git.donarmstrong.com Git - roundcube.git/blob - debian/roundcube-core.cron.daily
4b071ca2684f1c23463c4d7c7da7c6e80f73a496
[roundcube.git] / debian / roundcube-core.cron.daily
1 #!/bin/sh
2
3 MAX_TMPFILE_LIFETIME=5
4 # MAX_TMPFILE_LIFETIME can be overridden in this file
5 if [ -r /etc/default/roundcube ]; then
6         . /etc/default/roundcube
7 fi
8
9 find /var/lib/roundcube/temp -type f -mtime +$MAX_TMPFILE_LIFETIME -print0 | xargs -0 -r rm