mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-29 07:57:52 +02:00
Set standalone to load Xwindows
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user