Skip to content

Commit

Permalink
Merge pull request #213 from umlaeute/bugfix/permissions
Browse files Browse the repository at this point in the history
Fix permission of generated image to to 644
  • Loading branch information
guysoft authored Oct 23, 2023
2 parents 55a9283 + 040aa77 commit 63da54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custompios
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pushd $BASE_WORKSPACE

# unmount first boot, then root partition
unmount_image $BASE_MOUNT_PATH
chmod 777 $BASE_IMG_PATH
chmod 644 $BASE_IMG_PATH

if [ -n "$BASE_IMAGE_RESIZEROOT" ]
then
Expand Down

0 comments on commit 63da54b

Please sign in to comment.