Fix spamassassin locations

This commit is contained in:
2017-03-11 13:27:28 +01:00
parent aa921b0fd0
commit 2253058acf
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ set -e
while true; do
if [[ $(date +%H) == 23 ]] ; then
razor-admin -home=/etc/spamassassin/.razor -discover
razor-admin -home=/etc/mail/spamassassin/.razor -discover
sa-update
fi
done