From ff7dac1b942f26c1d76732496f57ad41912a9ee5 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 4 Jan 2023 11:27:24 +0100 Subject: [PATCH] fup --- recipes/alpine/matchbox.pkr.hcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/alpine/matchbox.pkr.hcl b/recipes/alpine/matchbox.pkr.hcl index 73fc430..c16cc09 100644 --- a/recipes/alpine/matchbox.pkr.hcl +++ b/recipes/alpine/matchbox.pkr.hcl @@ -77,7 +77,10 @@ EOF } provisioner "shell" { - inline = [ "chmod +x /etc/one-context.d/net-96-templater"] + inline = [ + "chmod +x /etc/local.d/initmatchbox.start", + "chmod +x /etc/one-context.d/net-96-templater" + ] } post-processor "shell-local" {