mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 06:45:04 +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
|
||||
|
||||
```shell
|
||||
sudo useradd -s /bin/bash allianceserver
|
||||
sudo adduser --disabled-login allianceserver
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user