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

merge-requests/622/head
Zach Halasz 2019-02-04 06:53:28 +01:00
rodzic 6ebd1af4ab
commit d1d034fa86
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: