mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-08 02:36:29 +02:00
fixed cleanup (mail_with_relays didn't get cleaned up) (#930)
This commit is contained in:
parent
e403261ba5
commit
31c40ce271
3
Makefile
3
Makefile
@ -278,7 +278,8 @@ clean:
|
|||||||
mail_with_postgrey \
|
mail_with_postgrey \
|
||||||
mail_undef_spam_subject \
|
mail_undef_spam_subject \
|
||||||
mail_postscreen \
|
mail_postscreen \
|
||||||
mail_override_hostname
|
mail_override_hostname \
|
||||||
|
mail_with_relays
|
||||||
|
|
||||||
@if [ -d config.bak ]; then\
|
@if [ -d config.bak ]; then\
|
||||||
rm -rf config ;\
|
rm -rf config ;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user