Skip to content

Commit 556beee

Browse files
authored
Updates doc for reports and scripts permission (#12565)
* updates doc for script permission #12557 * updates doc for reports permission #12557
1 parent b7f028f commit 556beee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/installation/3-netbox.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)