mirror of
https://github.com/lisanet/PiShrink-macOS.git
synced 2025-12-23 18:50:09 +00:00
fix the calculation of the total new image size
This commit is contained in:
parent
39de57246b
commit
9ec17c9c1d
3
pishrink
3
pishrink
@ -84,7 +84,8 @@ EOF2
|
||||
sleep 1
|
||||
|
||||
#Truncate the file
|
||||
endresult=$(($partnewsize + 1))
|
||||
endresult=$(($newpartend * 512))
|
||||
endresult=$(($endresult + 1))
|
||||
dd if="$img" of="$img-shrinked.img" bs=512 count=$endresult
|
||||
aftersize=$(ls -lh "$img-shrinked.img" | tr -s " " | cut -d " " -f 5)
|
||||
rm -f "$img"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user