summaryrefslogtreecommitdiff
path: root/extra/varnish/varnish-vcl-reload
diff options
context:
space:
mode:
Diffstat (limited to 'extra/varnish/varnish-vcl-reload')
-rw-r--r--extra/varnish/varnish-vcl-reload1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/varnish/varnish-vcl-reload b/extra/varnish/varnish-vcl-reload
index aaac385c4..7e84a258b 100644
--- a/extra/varnish/varnish-vcl-reload
+++ b/extra/varnish/varnish-vcl-reload
@@ -1,7 +1,6 @@
#!/bin/sh
cfg=${1:-/etc/varnish/default.vcl}
-
if [ ! -e "$cfg" ]; then
printf 'ERROR: VCL file %s does not exist\n' "$cfg" >&2
exit 1