From 5c44b57b8c5b5d508728ab1b242610c0f46fe5bc Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 23 Mar 2018 16:24:02 -0400 Subject: [PATCH] Setup Script - added a bail option about network --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 103152c1e..bdc7ba613 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -367,7 +367,7 @@ whiptail_management_server() { whiptail_network_notice() { - whiptail --title "Security Onion Setup" --msgbox "Since this is a network install we assume the management interface, DNS, Hostname, etc are already set up. You must hit OK to continue." 8 78 + whiptail --title "Security Onion Setup" --yesno "Since this is a network install we assume the management interface, DNS, Hostname, etc are already set up. Hit YES to continue." 8 78 local exitstatus=$? whiptail_check_exitstatus $exitstatus