From 4a4285f300f889fb6c09cac7b20399e74716d938 Mon Sep 17 00:00:00 2001 From: netfreak98 <31798580+netfreak98@users.noreply.github.com> Date: Wed, 1 Jul 2020 14:15:56 +0200 Subject: [PATCH] Update 3-netbox.md replaced adduser by useradd --- docs/installation/3-netbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index c583d08fe..1699d03bf 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -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/ ```