Merge "Fix bashisms found in swarm template fragments."

This commit is contained in:
Jenkins 2016-04-17 15:10:47 +00:00 committed by Gerrit Code Review
commit 8743e2fbf9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ExecStart=/usr/bin/docker daemon -H fd:// \\
-H tcp://0.0.0.0:2375 \\ -H tcp://0.0.0.0:2375 \\
END_SERVICE_TOP END_SERVICE_TOP
if [ $TLS_DISABLED == 'False' ]; then if [ "$TLS_DISABLED" = 'False' ]; then
cat >> /etc/systemd/system/docker.service << END_TLS cat >> /etc/systemd/system/docker.service << END_TLS
--tlsverify \\ --tlsverify \\