mirror of https://schlomp.space/tastytea/hashboot
oops
parent
6a7d3eaf24
commit
0ca7bbb557
2
hashboot
2
hashboot
|
@ -86,7 +86,7 @@ startsector=$(LC_ALL=C fdisk -l ${MBR_DEVICE} | grep -A1 'Device' | tail -n1 | a
|
||||||
|
|
||||||
MBR_SIZE=$(expr ${sectorsize} \* ${startsector} / 1024)
|
MBR_SIZE=$(expr ${sectorsize} \* ${startsector} / 1024)
|
||||||
|
|
||||||
if [ ${?} != 0 ]
|
if [ ${?} != 0 ] && [ "${1}" != "recover" ]
|
||||||
then
|
then
|
||||||
die 1 "Something went wrong. Most likely your partition table is corrupt. Use hashboot recover to fix this."
|
die 1 "Something went wrong. Most likely your partition table is corrupt. Use hashboot recover to fix this."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue