Fix the last (at least for now) bug in mountPart()
This commit is contained in:
parent
a0cd676c32
commit
53e1e78679
|
@ -174,6 +174,8 @@ mountPart() {
|
|||
bootPath=$(echo $result | sed 's/^\///g')
|
||||
mkdir -p "/mnt/$bootPath"
|
||||
done
|
||||
else
|
||||
mkdir -p "/mnt/$bootPath"
|
||||
fi
|
||||
mount "$bootPart" "/mnt/$bootPath" 2>&1 | debug
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue