Fix the last (at least for now) bug in mountPart()

This commit is contained in:
Santiago Lo Coco 2022-01-03 21:48:59 -03:00
parent a0cd676c32
commit 53e1e78679
1 changed files with 2 additions and 0 deletions

View File

@ -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