From 39301d63f53562dc64e315383cf784e3aa491b07 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 11 May 2023 23:36:50 +0530 Subject: [PATCH] updates doc for script permission #12557 --- docs/installation/3-netbox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index dc6c38977..1987aea45 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -100,6 +100,7 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s ``` sudo adduser --system --group netbox sudo chown --recursive netbox /opt/netbox/netbox/media/ + sudo chown --recursive netbox /opt/netbox/netbox/scripts/ ``` === "CentOS" @@ -108,6 +109,7 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s sudo groupadd --system netbox sudo adduser --system -g netbox netbox sudo chown --recursive netbox /opt/netbox/netbox/media/ + sudo chown --recursive netbox /opt/netbox/netbox/scripts/ ``` ## Configuration