summaryrefslogtreecommitdiff
path: root/emailwiz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'emailwiz.sh')
-rw-r--r--emailwiz.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh
index 6681dc9..d3927fa 100644
--- a/emailwiz.sh
+++ b/emailwiz.sh
@@ -328,7 +328,8 @@ useradd -m -G mail dmarc
cat <<EOF > /etc/cron.weekly/dmarc-clean
#!/bin/sh
-find /home/dmarc/Mail -type f -mtime +30 -name '*.mail*' -delete
+find /home/dmarc/Mail -type f -mtime +30 -name '*.mail*' -delete >/dev/null 2>&1
+exit 0
EOF
chmod 755 /etc/cron.weekly/dmarc-clean