Remove redundant sudo in docs

This commit is contained in:
Raphael Michel
2017-02-03 14:48:56 +01:00
parent c4fe2322a1
commit 8e09aa9b54

View File

@@ -38,10 +38,10 @@ Unix user
As we do not want to run pretix as root, we first create a new unprivileged user::
# sudo adduser pretix --disabled-password --home /var/pretix
# adduser pretix --disabled-password --home /var/pretix
In this guide, all code lines prepended with a ``#`` symbol are commands that you need to execute on your server as
``root`` user; all lines prepended with a ``$`` symbol should be run by the unprivileged user.
``root`` user (e.g. using ``sudo``); all lines prepended with a ``$`` symbol should be run by the unprivileged user.
Database
--------