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