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