Merge branch 'patch-1' into 'develop'

Update /usr/bin/nologin to /usr/sbin/nologin

See merge request funkwhale/funkwhale!580
This commit is contained in:
Eliot Berriot 2019-02-05 14:41:20 +01:00
commit bf67f37903
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Create the user and the directory:
.. code-block:: shell
sudo useradd -r -s /usr/bin/nologin -d /srv/funkwhale -m funkwhale
sudo useradd -r -s /usr/sbin/nologin -d /srv/funkwhale -m funkwhale
cd /srv/funkwhale
Log in as the newly created user from now on: