From 147f1ad34884dce004f841c30ddab639706033eb Mon Sep 17 00:00:00 2001 From: Dieter Reuter Date: Wed, 20 Jul 2016 02:05:54 +0200 Subject: [PATCH] Fix typo in comment Signed-off-by: Dieter Reuter (cherry picked from commit 430bf992d933a1a41d7e61e23ca8fa051e98659e) Signed-off-by: Tibor Vass --- hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index e2a86f5ba3..29c6440bb5 100644 --- a/hack/install.sh +++ b/hack/install.sh @@ -389,7 +389,7 @@ do_install() { } if [ "$lsb_dist" = "raspbian" ]; then - # Create Raspbian specific systemd init file, use overlay by default + # Create Raspbian specific systemd unit file, use overlay by default ( set -x; $sh_c "mkdir -p /etc/systemd/system" ) ( set -x; $sh_c "$curl https://raw.githubusercontent.com/docker/docker/master/contrib/init/systemd/docker.service > /etc/systemd/system/docker.service" ) ( set -x; $sh_c "sed -i 's/dockerd/dockerd --storage-driver overlay/' /etc/systemd/system/docker.service" )