From 710de9a1426c22a88946327e7355ee43dd9aa7c5 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 3 Jan 2022 20:45:17 -0300 Subject: [PATCH] Fix typo --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6bc0c93..0197a35 100755 --- a/install.sh +++ b/install.sh @@ -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