mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Change back to validating proxy, show user error message from curl
This commit is contained in:
@@ -213,7 +213,7 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
"HOSTNAME=$HOSTNAME" > "$net_init_file"
|
||||
set_main_ip >> $setup_log 2>&1
|
||||
compare_main_nic_ip
|
||||
reset_prpxy >> $setup_log 2>&1
|
||||
reset_proxy >> $setup_log 2>&1
|
||||
collect_proxy
|
||||
[[ -n "$so_proxy" ]] && set_proxy >> $setup_log 2>&1
|
||||
whiptail_net_setup_complete
|
||||
@@ -311,9 +311,9 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
collect_mngr_hostname
|
||||
fi
|
||||
|
||||
reset_prpxy >> $setup_log 2>&1
|
||||
reset_proxy >> $setup_log 2>&1
|
||||
if [[ -z $is_airgap ]]; then
|
||||
collect_proxy_details
|
||||
collect_proxy
|
||||
[[ -n "$so_proxy" ]] && set_proxy >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user