We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e7cae commit 7d59384Copy full SHA for 7d59384
cmdeploy/src/cmdeploy/acmetool/__init__.py
@@ -22,7 +22,7 @@ def deploy_acmetool(email="", domains=[]):
22
dest="/etc/acme/hooks/nginx",
23
user="root",
24
group="root",
25
- mode="744",
+ mode="755",
26
)
27
files.file(
28
name="Remove acmetool hook from the wrong location where it was previously installed.",
0 commit comments