mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
fix delete time
24 hours instead of 30 minutes
This commit is contained in:
parent
18893aaf01
commit
3ecd47176b
@ -1,2 +1,2 @@
|
|||||||
#! /bin/sh
|
#! /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