From ae709bd6991b8f2209b6c20c3afac8aa0d31e69e Mon Sep 17 00:00:00 2001 From: gcolpart Date: Sun, 28 May 2017 10:35:36 +0200 Subject: [PATCH] ajour d'un espace --- HowtoVarnish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoVarnish.md b/HowtoVarnish.md index d0a69b89..065a9099 100644 --- a/HowtoVarnish.md +++ b/HowtoVarnish.md @@ -44,7 +44,7 @@ ExecReload=/etc/varnish/reload-vcl.sh #!/bin/sh UUID=`cat /proc/sys/kernel/random/uuid` /usr/sbin/varnishd -C -f /etc/varnish/default.vcl >/dev/null \ - &&/usr/bin/varnishadm -T localhost:6082 -S /etc/varnish/secret "vcl.load vcl_$UUID /etc/varnish/default.vcl" \ + && /usr/bin/varnishadm -T localhost:6082 -S /etc/varnish/secret "vcl.load vcl_$UUID /etc/varnish/default.vcl" \ && /usr/bin/varnishadm -T localhost:6082 -S /etc/varnish/secret "vcl.use vcl_$UUID" ~~~