Change proxy prompt to default to no

This commit is contained in:
William Wernert
2021-03-18 09:52:11 -04:00
parent 066a8598a6
commit c910a2d2a0

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