mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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",
|
||||
user="root",
|
||||
group="root",
|
||||
mode="744",
|
||||
mode="755",
|
||||
)
|
||||
files.file(
|
||||
name="Remove acmetool hook from the wrong location where it was previously installed.",
|
||||
|
||||
Reference in New Issue
Block a user