Merge pull request #828 from justincormack/azure-quoting

Missing quote in azure init script
This commit is contained in:
Justin Cormack 2016-12-02 06:12:54 -08:00 committed by GitHub
commit 9916e7510d

View File

@ -55,7 +55,7 @@ start()
-v /lib/modules:/lib/modules \
-v /lib/firmware:/lib/firmware \
-v /var/lib/waagent:/var/lib/waagent \
"docker4x/agent-azure@sha256:$DOCKER_FOR_IAAS_VERSION_DIGEST
"docker4x/agent-azure@sha256:$DOCKER_FOR_IAAS_VERSION_DIGEST"
# Wait for docker user to be added by agent.
while [ ! -d /home/docker ]