File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
environment/image_recipes Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 8484
8585 " echo 'Add image version file to image'" ,
8686 " echo '{\" active_version\" : \" {{ user `image_name` }}\" }' | tee -a /home/{{ user `username` }}/.ota.json" ,
87+
88+ " echo 'Fix permissions in the home directory'" ,
8789 " chown -R {{ user `username` }}:{{ user `username` }} /home/{{ user `username` }}" ,
8890
8991 " echo 'Remove unused space on the image'" ,
Original file line number Diff line number Diff line change 8484
8585 " echo 'Add image version file to image'" ,
8686 " echo '{\" active_version\" : \" {{ user `image_name` }}\" }' | tee -a /home/{{ user `username` }}/.ota.json" ,
87- " chown {{ user `username` }}:{{ user `username` }} /home/{{ user `username` }}/.ota.json" ,
87+
88+ " echo 'Fix permissions in the home directory'" ,
89+ " chown -R {{ user `username` }}:{{ user `username` }} /home/{{ user `username` }}" ,
8890
8991 " echo 'Remove unused space on the image'" ,
9092 " dd if=/dev/zero of=/EMPTY bs=1M || true" ,
You can’t perform that action at this time.
0 commit comments