From 2ee8c7ad1c7fe00d66e48904a26d0ff85b577ce5 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 4 Mar 2021 12:16:23 -0500 Subject: [PATCH] [fix] Always pass $proxy_addr since we retry the surrounding function --- setup/so-functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 26593cdaa..0986c8899 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -558,8 +558,7 @@ collect_proxy_details() { fi if [[ $use_proxy == 0 ]]; then - - whiptail_proxy_addr + whiptail_proxy_addr "$proxy_addr" while ! valid_proxy "$proxy_addr"; do whiptail_invalid_input