[feat] Reorder network-only prompt

This commit is contained in:
William Wernert
2021-01-04 16:40:08 -05:00
parent c864cc607f
commit 9d8fb79d9f

View File

@@ -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=$?