mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
fix: change hook permissions from 744 to 755
There is no reason for it to be not executable by non-owner.
This commit is contained in:
@@ -22,7 +22,7 @@ def deploy_acmetool(email="", domains=[]):
|
|||||||
dest="/etc/acme/hooks/nginx",
|
dest="/etc/acme/hooks/nginx",
|
||||||
user="root",
|
user="root",
|
||||||
group="root",
|
group="root",
|
||||||
mode="744",
|
mode="755",
|
||||||
)
|
)
|
||||||
files.file(
|
files.file(
|
||||||
name="Remove acmetool hook from the wrong location where it was previously installed.",
|
name="Remove acmetool hook from the wrong location where it was previously installed.",
|
||||||
|
|||||||
Reference in New Issue
Block a user