[fix][wip] Only setup proxy early on configure network setup

This commit is contained in:
William Wernert
2021-03-04 11:57:16 -05:00
parent 2e56252f54
commit d19ca943cc
2 changed files with 5 additions and 8 deletions

View File

@@ -1729,10 +1729,6 @@ network_init() {
fi
set_main_ip >> $setup_log 2>&1
compare_main_nic_ip
# Check if the proxy variable was set then set proxy for various apps if so
if [[ -n "$so_proxy" ]]; then
set_proxy >> $setup_log 2>&1
fi
}
network_init_whiptail() {