no error if no dmar dir, fix #271
This commit is contained in:
parent
4414b31a4a
commit
3f2b10f854
@ -328,7 +328,8 @@ useradd -m -G mail dmarc
|
|||||||
cat <<EOF > /etc/cron.weekly/dmarc-clean
|
cat <<EOF > /etc/cron.weekly/dmarc-clean
|
||||||
#!/bin/sh
|
#!/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
|
EOF
|
||||||
chmod 755 /etc/cron.weekly/dmarc-clean
|
chmod 755 /etc/cron.weekly/dmarc-clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user