mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
oops
This commit is contained in:
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)
|
||||
|
||||
if [ ${?} != 0 ]
|
||||
if [ ${?} != 0 ] && [ "${1}" != "recover" ]
|
||||
then
|
||||
die 1 "Something went wrong. Most likely your partition table is corrupt. Use hashboot recover to fix this."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user