]> jfr.im git - uguu.git/commitdiff
Merge branch 'master' of https://github.com/nokonoko/Uguu
authorGo Johansson (neku) <redacted>
Sun, 1 Jan 2023 12:00:54 +0000 (13:00 +0100)
committerGo Johansson (neku) <redacted>
Sun, 1 Jan 2023 12:00:54 +0000 (13:00 +0100)
1  2 
src/static/scripts/checkfiles.sh

index 07fab32d45e06442ae5b24608154db2f2d6612ed,fff78b3aa51a09d14edf15028ab6eb49d8ac40e2..b0674e40f5b45838480afcafffd1436f1c0f5c43
@@@ -1,3 -1,3 +1,3 @@@
--#! /bin/sh
++#!/bin/sh
  hours=$((XXX*60))
- find /path/to/files/ -mmin +$hours -exec rm -f {} \;
 -find /path/to/files/ -mmin +1440 -exec rm -f {} \;
++find /path/to/files/ -mmin +$hours -exec rm -f {} \;