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" ~~~