]> jfr.im git - uguu.git/blobdiff - src/static/scripts/checkfiles.sh
fix multiple uploads in same request
[uguu.git] / src / static / scripts / checkfiles.sh
index 07fab32d45e06442ae5b24608154db2f2d6612ed..b0674e40f5b45838480afcafffd1436f1c0f5c43 100644 (file)
@@ -1,3 +1,3 @@
-#! /bin/sh
+#!/bin/sh
 hours=$((XXX*60))
-find /path/to/files/ -mmin +$hours -exec rm -f {} \;
\ No newline at end of file
+find /path/to/files/ -mmin +$hours -exec rm -f {} \;