Skip to content

Commit 2fc3e62

Browse files
authored
Fix paths (#7374)
1 parent 210b846 commit 2fc3e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/netbox-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/netbox-community/netbox/releas
5656
curl -fsSL "https://github.com/netbox-community/netbox/archive/refs/tags/v${RELEASE}.zip" -o "v${RELEASE}.zip"
5757
$STD unzip "v${RELEASE}.zip"
5858
mv /opt/netbox-"${RELEASE}"/ /opt/netbox
59+
mkdir -p /opt/netbox/netbox/media
5960

6061
$STD adduser --system --group netbox
6162
chown --recursive netbox /opt/netbox/netbox/media/

0 commit comments

Comments
 (0)