This website requires JavaScript.
Explore
Help
Sign In
github-com-docker-mailserver
/
docker-mailserver
Watch
1
Star
0
Fork
You've already forked docker-mailserver
0
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced
2024-01-19 02:48:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f7836c8b1a
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 16:16:32 +00:00
#! /bin/bash
Fixes #468: cron (virus wiper) (#469) * Fixes #468: cron (virus wiper)
2017-01-11 09:52:39 +00: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 16:16:32 +00:00
find /var/lib/amavis/virusmails/ -type f -mtime +"${VIRUSMAILS_DELETE_DELAY}" -delete
Reference in a new issue
Copy permalink