From 5409b7ad3c2ee5db733842c3576b713048c23d5c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 22 Dec 2021 16:18:16 -0300 Subject: [PATCH] Add fds redirection --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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