Revert "[wip] Change when proxy is set up so main ip is known"

This reverts commit 1ea3cb1c61.

# Conflicts:
#	setup/so-functions
This commit is contained in:
William Wernert
2021-03-08 09:02:53 -05:00
parent 06c584910c
commit ca2766511b
2 changed files with 5 additions and 5 deletions

View File

@@ -545,7 +545,9 @@ catch() {
exit
}
# Set REDIRECTIT variable, which is used by a function outside the below subshell
# This block sets REDIRECTIT which is used by a function outside the below subshell
set_main_ip >> $setup_log 2>&1
compare_main_nic_ip
set_redirect >> $setup_log 2>&1
[[ -n "$so_proxy" ]] && set_proxy >> $setup_log 2>&1