mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
[fix] Always pass $proxy_addr since we retry the surrounding function
This commit is contained in:
@@ -558,8 +558,7 @@ collect_proxy_details() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $use_proxy == 0 ]]; then
|
if [[ $use_proxy == 0 ]]; then
|
||||||
|
whiptail_proxy_addr "$proxy_addr"
|
||||||
whiptail_proxy_addr
|
|
||||||
|
|
||||||
while ! valid_proxy "$proxy_addr"; do
|
while ! valid_proxy "$proxy_addr"; do
|
||||||
whiptail_invalid_input
|
whiptail_invalid_input
|
||||||
|
|||||||
Reference in New Issue
Block a user