Fix ubuntu_docker_mtu_fix() function 73/22573/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 7 Nov 2017 18:30:32 +0000 (10:30 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 7 Nov 2017 18:31:54 +0000 (18:31 +0000)
Do not translate vaiables. Pass the text as is

Change-Id: I05b5c33ec79191dd4959ac10b0ac1d13c2973078
Issue-ID: CIMAN-118
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
packer/provision/docker.sh

index 12ebfc0..9d34eb0 100644 (file)
@@ -32,7 +32,7 @@ EOL
 ubuntu_docker_mtu_fix(){
     echo "---> Fixing docker's mtu settings"
     systemctl stop docker
-    cat <<EOL > /etc/systemd/system/docker.service
+    cat <<'EOL' > /etc/systemd/system/docker.service
 [Unit]
 Description=Docker Application Container Engine
 Documentation=https://docs.docker.com