File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
100100 ```
101101 sudo adduser --system --group netbox
102102 sudo chown --recursive netbox /opt/netbox/netbox/media/
103+ sudo chown --recursive netbox /opt/netbox/netbox/reports/
104+ sudo chown --recursive netbox /opt/netbox/netbox/scripts/
103105 ```
104106
105107=== "CentOS"
@@ -108,6 +110,8 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
108110 sudo groupadd --system netbox
109111 sudo adduser --system -g netbox netbox
110112 sudo chown --recursive netbox /opt/netbox/netbox/media/
113+ sudo chown --recursive netbox /opt/netbox/netbox/reports/
114+ sudo chown --recursive netbox /opt/netbox/netbox/scripts/
111115 ```
112116
113117## Configuration
You can’t perform that action at this time.
0 commit comments