fixed cleanup (mail_with_relays didn't get cleaned up) (#930)

This commit is contained in:
17Halbe 2018-04-03 19:34:18 +02:00 committed by Johan Smits
parent e403261ba5
commit 31c40ce271
1 changed files with 2 additions and 1 deletions

View File

@ -278,7 +278,8 @@ clean:
mail_with_postgrey \
mail_undef_spam_subject \
mail_postscreen \
mail_override_hostname
mail_override_hostname \
mail_with_relays
@if [ -d config.bak ]; then\
rm -rf config ;\