Update checkfiles.sh
This commit is contained in:
parent
83f3f11f98
commit
78c444daa8
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
#! /bin/sh
|
||||
find /path/to/files/ -mmin +1440 -exec rm -f {} \;
|
||||
hours=$((XXX*60))
|
||||
find /path/to/files/ -mmin +$hours -exec rm -f {} \;
|
Loading…
Reference in a new issue