mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-28 11:40:23 +02:00
fixed cleanup (mail_with_relays didn't get cleaned up) (#930)
This commit is contained in:
parent
e403261ba5
commit
31c40ce271
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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 ;\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue