mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
[fix] Use correct variable in so-proxy.sh
This commit is contained in:
@@ -2258,8 +2258,8 @@ set_proxy() {
|
|||||||
{
|
{
|
||||||
echo "export use_proxy=on"
|
echo "export use_proxy=on"
|
||||||
echo "export http_proxy=\"${so_proxy}\""
|
echo "export http_proxy=\"${so_proxy}\""
|
||||||
echo "export https_proxy=\"\$http_addr\""
|
echo "export https_proxy=\"\$http_proxy\""
|
||||||
echo "export ftp_proxy=\"\$http_addr\""
|
echo "export ftp_proxy=\"\$http_proxy\""
|
||||||
echo "export no_proxy=\"${no_proxy_string}\""
|
echo "export no_proxy=\"${no_proxy_string}\""
|
||||||
} > /etc/profile.d/so-proxy.sh
|
} > /etc/profile.d/so-proxy.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user