fix delete time

24 hours instead of 30 minutes
This commit is contained in:
Eric Johansson (neku) 2015-12-15 17:31:20 +01:00
parent 18893aaf01
commit 3ecd47176b
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#! /bin/sh
find /home/neku/www/files/ -mmin +30 -exec rm -f {} \;
find /home/neku/www/files/ -mmin +1440 -exec rm -f {} \;