We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc1abe commit 7aadf20Copy full SHA for 7aadf20
environment/image_recipes/bare_metal/bare_metal.json
@@ -84,7 +84,7 @@
84
85
"echo 'Add image version file to image'",
86
"echo '{\"active_version\": \"{{ user `image_name` }}\"}' | tee -a /home/{{ user `username` }}/.ota.json",
87
- "chown {{ user `username` }}:{{ user `username` }} /home/{{ user `username` }}/.ota.json",
+ "chown -R {{ user `username` }}:{{ user `username` }} /home/{{ user `username` }}",
88
89
"echo 'Remove unused space on the image'",
90
"dd if=/dev/zero of=/EMPTY bs=1M || true",
0 commit comments