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')
|
bootPath=$(echo $result | sed 's/^\///g')
|
||||||
mkdir -p "/mnt/$bootPath"
|
mkdir -p "/mnt/$bootPath"
|
||||||
done
|
done
|
||||||
|
else
|
||||||
|
mkdir -p "/mnt/$bootPath"
|
||||||
fi
|
fi
|
||||||
mount "$bootPart" "/mnt/$bootPath" 2>&1 | debug
|
mount "$bootPart" "/mnt/$bootPath" 2>&1 | debug
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue