diff --git a/bin/dev_command/varnish-vcl-import b/bin/dev_command/varnish-vcl-import index 563885a..3ca929c 100644 --- a/bin/dev_command/varnish-vcl-import +++ b/bin/dev_command/varnish-vcl-import @@ -3,7 +3,7 @@ local infile=${DEV_USERDIR}/$1; if [ -n "$1" ]; then cd ${DEV_PATH}; - ./${DEV_SELF} rm web ssl; + ./${DEV_SELF} rm web varnish ssl; cat ${infile} | sed '/.probe = {/,/}/d' > ${outfile}; ./${DEV_SELF} up web varnish ssl;