Commit 0b999c1b authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Major typo

parent 681fe39c
......@@ -152,7 +152,7 @@ getent group varnish >/dev/null ||
groupadd -r varnish
getent passwd varnishlog >/dev/null ||
useradd -r -g varnish -d /dev/null -s /sbin/nologin \
useradd -r -g varnishlog -d /dev/null -s /sbin/nologin \
-c "varnishlog user" varnishlog
getent passwd varnish >/dev/null ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment