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