]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/cron.daily
Change location of /var/cache/roundcube/temp to /var/lib/roundcube/temp
[roundcube.git] / debian / cron.daily
index 898f243a855ccc4feaf022a4f12ced5a1f24ac51..4b071ca2684f1c23463c4d7c7da7c6e80f73a496 100644 (file)
@@ -6,4 +6,4 @@ if [ -r /etc/default/roundcube ]; then
        . /etc/default/roundcube
 fi
 
-find /var/cache/roundcube/temp -type f -mtime +$MAX_TMPFILE_LIFETIME -print0 | xargs -0 -r rm
+find /var/lib/roundcube/temp -type f -mtime +$MAX_TMPFILE_LIFETIME -print0 | xargs -0 -r rm