From 8e09aa9b5497c4124608a91dd82dd75df69dca53 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 3 Feb 2017 14:48:56 +0100 Subject: [PATCH] Remove redundant sudo in docs --- doc/admin/installation/manual_smallscale.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/admin/installation/manual_smallscale.rst b/doc/admin/installation/manual_smallscale.rst index 3251d0157..2b2284f7a 100644 --- a/doc/admin/installation/manual_smallscale.rst +++ b/doc/admin/installation/manual_smallscale.rst @@ -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 --------