Merge pull request #3528 from Security-Onion-Solutions/fix/default-no-proxy

Change proxy prompt to default to no
This commit is contained in:
William Wernert
2021-03-18 09:57:03 -04:00
committed by GitHub

View File

@@ -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() {