From c910a2d2a0c9322ab1bd0e6269dabbf7ffe9f5a3 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 18 Mar 2021 09:52:11 -0400 Subject: [PATCH] Change proxy prompt to default to no --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 9753cc290..a0425b5af 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1232,7 +1232,7 @@ whiptail_patch_schedule_select_hours() { whiptail_proxy_ask() { [ -n "$TESTING" ] && return - whiptail --title "Security Onion Setup" --yesno "Do you want to set a proxy server for this installation?" 7 60 + whiptail --title "Security Onion Setup" --yesno "Do you want to set a proxy server for this installation?" 7 60 --defaultno } whiptail_proxy_addr() {