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" {