Fix typo
This commit is contained in:
parent
5dc6f7667d
commit
710de9a142
|
@ -173,6 +173,7 @@ mountPart() {
|
|||
bootPath=$(echo $result | sed 's/^\///g')
|
||||
mkdir -p "/mnt/$bootPath"
|
||||
done
|
||||
result=$bootPath
|
||||
fi
|
||||
mount "$bootPart" "/mnt/$result" 2>&1 | debug
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue