Set standalone to load Xwindows

This commit is contained in:
Mike Reeves
2022-03-29 17:12:25 -04:00
parent 853235ca9b
commit 053ec81285

View File

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