From dea4acd709c4c4a56070707338ffc3d507fa6746 Mon Sep 17 00:00:00 2001 From: TKE Date: Wed, 27 Jan 2021 10:01:47 +0100 Subject: [PATCH] Fix error in update bashrc skript --- proxy/update_bashrc_proxy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/update_bashrc_proxy.sh b/proxy/update_bashrc_proxy.sh index 2ee9aa8..2d72cc0 100755 --- a/proxy/update_bashrc_proxy.sh +++ b/proxy/update_bashrc_proxy.sh @@ -46,3 +46,4 @@ echo 'export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt' >> "${proxy_ echo "[ -f ${noproxy_file} ] && . ${noproxy_file}" >> "${proxy_file}" [ -f "${noproxy_file}" ] || echo 'export "NO_PROXY=localhost,127.0.0.1"' > "${noproxy_file}" +