Update 3-netbox.md

replaced adduser by useradd
This commit is contained in:
netfreak98 2020-07-01 14:15:56 +02:00 committed by GitHub
parent bac3ace8fc
commit 4a4285f300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
```
# groupadd --system netbox
# adduser --system --gid netbox netbox
# useradd --system --gid netbox netbox
# chown --recursive netbox /opt/netbox/netbox/media/
```