diff options
Diffstat (limited to 'tools/remove-old-recordings.sh')
-rw-r--r-- | tools/remove-old-recordings.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/remove-old-recordings.sh b/tools/remove-old-recordings.sh deleted file mode 100644 index d376572..0000000 --- a/tools/remove-old-recordings.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# to be launched by cron on remote server - -find /var/recordings -type f -mtime +14 -delete |