This commit is contained in:
Philippe Caseiro 2023-01-04 11:27:24 +01:00
parent 73f3fe3550
commit ff7dac1b94
1 changed files with 4 additions and 1 deletions

View File

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