Proxy Stuff

This commit is contained in:
Mike Reeves
2023-01-25 17:40:40 -05:00
parent 498301b111
commit c57d390bac
3 changed files with 11 additions and 32 deletions

View File

@@ -383,14 +383,8 @@ collect_mngr_hostname() {
fi
}
collect_net_method() {
collect_net_method() {
whiptail_net_method
if [[ "$network_traffic" == *"_MANAGER" ]]; then
whiptail_manager_updates_warning
MANAGERUPDATES=1
fi
if [[ "$network_traffic" == "PROXY"* ]]; then
collect_proxy no_ask
fi