Set standalone to load Xwindows

This commit is contained in:
Mike Reeves
2022-03-29 17:11:19 -04:00
parent afb918d79c
commit 853235ca9b

View File

@@ -43,10 +43,10 @@ whiptail_analyst_install() {
You can choose to join this workstation to an existing grid for managemnt or make it standalone.
EOM
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 )
}