mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 08:36:23 +01:00
[CHANGE] Switch to adduser for Ubuntu
This will create the users' hoe directory and make it a no-login user in one command.
This commit is contained in:
@@ -281,7 +281,7 @@ For security and permissions, it’s highly recommended you create a separate us
|
|||||||
:::{group-tab} Ubuntu 2004, 2204
|
:::{group-tab} Ubuntu 2004, 2204
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo useradd -s /bin/bash allianceserver
|
sudo adduser --disabled-login allianceserver
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|||||||
Reference in New Issue
Block a user