From 053ec812857c7222da2f1b834cca2736a4e8eaf8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 29 Mar 2022 17:12:25 -0400 Subject: [PATCH] Set standalone to load Xwindows --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) }