This commit is contained in:
Santiago Lo Coco 2022-01-03 20:45:17 -03:00
parent 5dc6f7667d
commit 710de9a142
1 changed files with 1 additions and 0 deletions

View File

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