From 972f9be291dbfa587618c50779c69129d3e75564 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 26 Feb 2018 13:20:28 -0500 Subject: [PATCH] Formatting correction --- docs/installation/netbox.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/installation/netbox.md b/docs/installation/netbox.md index 10dff7f3a..e7daba3cd 100644 --- a/docs/installation/netbox.md +++ b/docs/installation/netbox.md @@ -91,9 +91,7 @@ Checking connectivity... done. !!! warning Ensure that the media directory (`/opt/netbox/netbox/media/` in this example) and all its subdirectories are writable by the user account as which NetBox runs. If the NetBox process does not have permission to write to this directory, attempts to upload files (e.g. image attachments) will fail. (The appropriate user account will vary by platform.) - ``` - # chown -R netbox:netbox /opt/netbox/netbox/media/ - ``` + `# chown -R netbox:netbox /opt/netbox/netbox/media/` ## Install Python Packages