Set standalone to load Xwindows

This commit is contained in:
Mike Reeves
2022-03-29 17:08:03 -04:00
parent 3ace55dfe5
commit afb918d79c
2 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -44,9 +44,9 @@ whiptail_analyst_install() {
You can choose to join this workstation to an existing grid for managemnt or make it standalone.
EOM
whiptail --title "$whiptail_title" \
AWORK=$(whiptail --title "$whiptail_title" \
--yesno "$message" 11 75 \
--yes-button "Join" --no-button "Standalone" --defaultno
--yes-button "Join" --no-button "Standalone" --defaultno)
}