From 9d8fb79d9f66b2627dd4a006ffb0379bf8df0e32 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 4 Jan 2021 16:40:08 -0500 Subject: [PATCH] [feat] Reorder network-only prompt --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 6af5b701f..f3e612f70 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -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=$?