forked from gitbot/uguu
fix delete time
24 hours instead of 30 minutes
This commit is contained in:
parent
18893aaf01
commit
3ecd47176b
@ -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 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user