diff --git a/so-setup-network.sh b/so-setup-network.sh index 3694db312..8ea67d999 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -223,7 +223,7 @@ docker_registry() { mkdir -p /etc/docker # Make the host use the master docker registry echo "{" > /etc/docker/daemon.json - echo " \"registry-mirrors\": [\"https://$MSRV:5000\"]" >> /etc/docker/daemon.json + echo " \"registry-mirrors\": [\"https://$MSRV\:5000\"]" >> /etc/docker/daemon.json echo "}" >> /etc/docker/daemon.json }