eid-ops/natmd-test-common/overlay/opt/mdqp/post.d/90-cleanup-stale-files
2023-09-06 13:28:12 +02: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