diff --git a/setup/so-whiptail b/setup/so-whiptail index 37164268e..2c6b7092b 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -46,7 +46,7 @@ whiptail_analyst_install() { echo "whiptail" AWORK=$(whiptail --title "$whiptail_title" \ --yesno "$message" 11 75 \ - --yes-button "Join" --no-button "Standalone" --defaultno ) + --yes-button "Join" --no-button "Standalone" --defaultno 3>&1 1>&2 2>&3 ) }