This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
docker-mailserver
Watch
2
Star
0
Fork
0
You've already forked docker-mailserver
mirror of
https://github.com/tomav/docker-mailserver
synced
2025-08-30 13:57:41 +00:00
Code
Issues
Releases
Wiki
Activity
docker-mailserver
/
target
/
bin
/
virus-wiper
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Complete Refactor for `target/bin` (#1654) * documentation and script updates trying to fix #1647 * preparations for refactoring target/bin/ * complete refactor for target/bin/ * changing script output slightly * outsourcing functions in `bin-helper.sh` * re-wrote linting to allow for proper shellcheck -x execution * show explanation for shellcheck ignore * adding some more information
2020-10-21 18:16:32 +02:00
#! /bin/bash
Fixes #468: cron (virus wiper) (#469) * Fixes #468: cron (virus wiper)
2017-01-11 10:52:39 +01:00
Complete Refactor for `target/bin` (#1654) * documentation and script updates trying to fix #1647 * preparations for refactoring target/bin/ * complete refactor for target/bin/ * changing script output slightly * outsourcing functions in `bin-helper.sh` * re-wrote linting to allow for proper shellcheck -x execution * show explanation for shellcheck ignore * adding some more information
2020-10-21 18:16:32 +02:00
find /var/lib/amavis/virusmails/ -type f -mtime +"${VIRUSMAILS_DELETE_DELAY}" -delete
Reference in New Issue
Copy Permalink