diff --git a/paperless_tmp_clean.sh b/paperless_tmp_clean.sh new file mode 100644 index 0000000..96cf8dc --- /dev/null +++ b/paperless_tmp_clean.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find /var/lib/docker/overlay2/${TMP}/diff/tmp -type f -atime +1 -exec rm -f {} \;