mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
[feat] Reorder network-only prompt
This commit is contained in:
@@ -662,8 +662,8 @@ whiptail_first_menu_iso() {
|
||||
[ -n "$TESTING" ] && return
|
||||
|
||||
option=$(whiptail --title "Security Onion Setup" --menu "Select an option" 10 75 2 \
|
||||
"Configure Network" "Configure networking only " \
|
||||
"Security Onion Installer" "Run the standard Security Onion installation " \
|
||||
"Configure Network" "Configure networking only " \
|
||||
3>&1 1>&2 2>&3
|
||||
)
|
||||
local exitstatus=$?
|
||||
|
||||
Reference in New Issue
Block a user