Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Nov 21, 2023
1 parent 98ef67f commit b94320e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lxd.patch
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ index 2d00e076..4c0e7814 100644
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
}
diff --git a/images/ubuntu/templates/ubuntu-22.04.pkr.hcl b/images/ubuntu/templates/ubuntu-22.04.pkr.hcl
index ecf121d3..36c132e0 100644
index ecf121d3..d84da368 100644
--- a/images/ubuntu/templates/ubuntu-22.04.pkr.hcl
+++ b/images/ubuntu/templates/ubuntu-22.04.pkr.hcl
@@ -1,48 +1,3 @@
Expand Down Expand Up @@ -427,7 +427,7 @@ index ecf121d3..36c132e0 100644
+ provisioner "shell" {
+ environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}", "DEBIAN_FRONTEND=noninteractive", "INSTALLER_SCRIPT_FOLDER=${var.installer_script_folder}"]
+ execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
+ inline = ["chmod 777 ${var.image_folder}/toolset.json"]
+ inline = ["chmod 777 ${var.installer_script_folder}/toolset.json"]
+ }
+
+
Expand Down

0 comments on commit b94320e

Please sign in to comment.