Skip to content

Commit 7d59384

Browse files
committed
fix: change hook permissions from 744 to 755
There is no reason for it to be not executable by non-owner.
1 parent 83e7cae commit 7d59384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdeploy/src/cmdeploy/acmetool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def deploy_acmetool(email="", domains=[]):
2222
dest="/etc/acme/hooks/nginx",
2323
user="root",
2424
group="root",
25-
mode="744",
25+
mode="755",
2626
)
2727
files.file(
2828
name="Remove acmetool hook from the wrong location where it was previously installed.",

0 commit comments

Comments
 (0)