Add back accidentally removed code

This commit is contained in:
William Wernert
2021-03-08 09:04:17 -05:00
parent ca2766511b
commit 368b04b24e

View File

@@ -2293,7 +2293,7 @@ set_proxy() {
"Environment=\"NO_PROXY=${no_proxy_string}\"" > /etc/systemd/system/docker.service.d/http-proxy.conf
systemctl daemon-reload
systemctl restart docker
command -v docker &> /dev/null && systemctl restart docker
# Create config.json for docker containers
[[ -d /root/.docker ]] || mkdir /root/.docker