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:
link2xt
2025-11-08 18:43:35 +00:00
committed by l
parent 83e7caeaf8
commit 7d593841bb

View File

@@ -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.",