From 01ab4a35419b491e82d3667040da0388f13386a0 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Mon, 23 Sep 2024 08:23:12 +0200 Subject: [PATCH] fix: hook not executable --- modules/997-ensure-exec-hooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/997-ensure-exec-hooks.yml b/modules/997-ensure-exec-hooks.yml index 36e2c18..6a3a690 100644 --- a/modules/997-ensure-exec-hooks.yml +++ b/modules/997-ensure-exec-hooks.yml @@ -1,4 +1,4 @@ name: ensure-exec-hooks type: shell commands: -- chmod +x /usr/share/init.d/*.sh + - chmod +x /usr/share/init.d/*