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