Skip to content

Commit

Permalink
fix create dir
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Nov 10, 2023
1 parent c0edcf7 commit eec4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/service_OneKE/OneKE.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build {

provisioner "shell-local" {
inline = [
"mkdir ${var.input_dir}/context",
"mkdir -p ${var.input_dir}/context",
"${var.input_dir}/gen_context > ${var.input_dir}/context/context.sh",
"mkisofs -o ${var.input_dir}/${var.appliance_name}-context.iso -V CONTEXT -J -R ${var.input_dir}/context",
]
Expand Down

0 comments on commit eec4b2d

Please sign in to comment.