diff --git a/includes/check.sh b/includes/check.sh index 424f860..61e2aa1 100644 --- a/includes/check.sh +++ b/includes/check.sh @@ -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 {} \;