Proxy Stuff

This commit is contained in:
Mike Reeves
2023-01-26 09:57:44 -05:00
parent 9e146184d6
commit 2456aac311
2 changed files with 4 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ collect_net_method() {
whiptail_net_method
if [[ "$network_traffic" == "PROXY"* ]]; then
collect_proxy no_ask
needs_proxy=true
fi
}

View File

@@ -490,6 +490,9 @@ if ! [[ -f $install_opt_file ]]; then
percentage=0
es_heapsize
ls_heapsize
if [[ $needs_proxy ]]; then
set_proxy
fi
set_redirect
# Generate Interface Vars
generate_interface_vars