Compare commits

...

1 Commits

Author SHA1 Message Date
missytake
db76066859 mta-sts-resolver: fix virtualenv deployment 2023-12-11 16:42:09 +01:00

View File

@@ -195,7 +195,7 @@ def _install_mta_sts_daemon() -> bool:
server.shell( server.shell(
name="install postfix-mta-sts-resolver with pip", name="install postfix-mta-sts-resolver with pip",
commands=[ 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", "/usr/local/lib/postfix-mta-sts-resolver/bin/pip install postfix-mta-sts-resolver",
], ],
) )