diff --git a/install.sh b/install.sh index f2ca992..c38770b 100755 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ partDisks() { showDisks clear - result=$(whiptail --yesno "Do you want me to automatically partition and format the disk for you?" 0 0) + result=$(whiptail --yesno "Do you want me to automatically partition and format the disk for you?" 0 0 3>&1 1>&2 2>&3) if [ $? -eq 1 ]; then gdisk $disk return