]> jfr.im git - uguu.git/commitdiff
fix delete time
authorEric Johansson (neku) <redacted>
Tue, 15 Dec 2015 16:31:20 +0000 (17:31 +0100)
committerEric Johansson (neku) <redacted>
Tue, 15 Dec 2015 16:31:20 +0000 (17:31 +0100)
24 hours instead of 30 minutes

includes/check.sh

index 424f860312213985bfd1102ace9130d47948f46e..61e2aa1de7c98b17d98b7ccb4e1ccc42e7a5e4f1 100644 (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 {} \;