revert unneccessary reformatting and unused file

This commit is contained in:
holger krekel
2023-12-04 15:40:55 +01:00
parent 0b8de41da2
commit 75551224b3
3 changed files with 1 additions and 5 deletions

View File

@@ -156,8 +156,7 @@ def _install_mta_sts_daemon() -> bool:
name="install postfix-mta-sts-resolver with pip",
commands=[
"python3 -m venv /usr/local/lib/postfix-mta-sts-resolver",
"/usr/local/lib/postfix-mta-sts-resolver/bin/pip "
"install postfix-mta-sts-resolver",
"/usr/local/lib/postfix-mta-sts-resolver/bin/pip install postfix-mta-sts-resolver",
],
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -51,8 +51,5 @@ http {
return 301 https://$host$request_uri;
}
}