mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-03 06:43:20 +01:00
Proxy whiptail fixes
* Don't try to set up proxy/manager proxy during network only flow * Fix logic to never show new menu on airgap, set MANAGERUPDATES to 1 on airgap minions
This commit is contained in:
@@ -990,8 +990,6 @@ whiptail_management_nic() {
|
||||
whiptail_net_method() {
|
||||
[ -n "$TESTING" ] && return
|
||||
|
||||
[[ $is_airgap && ! $is_minion ]] && return
|
||||
|
||||
local pkg_mngr
|
||||
if [[ $OS = 'centos' ]]; then pkg_mngr="yum"; else pkg_mngr='apt'; fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user