Add fds redirection

This commit is contained in:
Santiago Lo Coco 2021-12-22 16:18:16 -03:00
parent 239e7374a1
commit 5409b7ad3c
1 changed files with 1 additions and 1 deletions

View File

@ -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