From a2baeb7b4690382292266941dabbbfd12a8f70c2 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 3 Jan 2022 20:35:34 -0300 Subject: [PATCH] Fix more bugs --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 377e3fe..683583d 100755 --- a/install.sh +++ b/install.sh @@ -159,7 +159,7 @@ formatPart() { mountPart() { mount "$rootPart" /mnt 2>&1 | debug if [ $autoSelection = false ]; then - result=$(whiptail --title "Select where to mount boot partition." --menu "" 0 0 0 "/boot/efi" "" "/boot" "" "OTHER" "") + result=$(whiptail --title "Select where to mount boot partition." --menu "" 0 0 0 "/boot/efi" "" "/boot" "" "OTHER" "" 3>&1 1>&2 2>&3) exitIfCancel "You must select a path." "partDisks" if [ "$result" = "OTHER" ]; then local IFS=' '