mta-sts-resolver: fix virtualenv deployment

This commit is contained in:
missytake
2023-12-11 16:42:09 +01:00
parent fd10652f48
commit cad1d32682

View File

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