From 66cd1b9226ea7bbc5a17e405c1fa4031d0e3671f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 3 Jan 2022 14:53:36 -0300 Subject: [PATCH] Fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2196931..96499ce 100755 --- a/install.sh +++ b/install.sh @@ -143,7 +143,7 @@ formatPart() { mountPart() { mount "$rootPart" /mnt 2>&1 | debug - if [ $autoSelection = true ]; then + if [ $autoSelection = false ]; then result=$(whiptail --title "Select where to mount boot partition." 0 0 0 "/boot/efi" "" "/boot" "" "OTHER" "") exitIfCancel "You must select a path." "partDisks" if [ "$result" = "OTHER" ]; then