diff --git a/clr-k8s-examples/setup_system.sh b/clr-k8s-examples/setup_system.sh index ca789f1..2238e27 100755 --- a/clr-k8s-examples/setup_system.sh +++ b/clr-k8s-examples/setup_system.sh @@ -161,7 +161,8 @@ function setup_proxy() { echo "Warning, failed to find /etc/profile.d/proxy.sh to edit no_proxy line" fi - cat < /usr/lib/systemd/system.conf.d/proxy.conf" + sudo mkdir -p /etc/systemd/system.conf.d + cat < /etc/systemd/system.conf.d/proxy.conf" [Manager] DefaultEnvironment="HTTP_PROXY=${http_proxy}" DefaultEnvironment="HTTPS_PROXY=${https_proxy}"