eid-ops/md1.komreg.net/overlay/opt/mdqp/post.d/90-cleanup-stale-files
2023-11-01 10:14:45 +01:00

6 lines
183 B
Bash
Executable file

#!/usr/bin/env bash
set -e
# Cleanup stale files (removed files that the main script missout of removing (race))
find /opt/mdqp/work/seen_metadata/ -type f -mtime +2 -print -delete