From 7d593841bb2cfaabd011ce5ea55487915e0bea9d Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 8 Nov 2025 18:43:35 +0000 Subject: [PATCH] fix: change hook permissions from 744 to 755 There is no reason for it to be not executable by non-owner. --- cmdeploy/src/cmdeploy/acmetool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/acmetool/__init__.py b/cmdeploy/src/cmdeploy/acmetool/__init__.py index 3e3312e2..26b0f4a2 100644 --- a/cmdeploy/src/cmdeploy/acmetool/__init__.py +++ b/cmdeploy/src/cmdeploy/acmetool/__init__.py @@ -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.",