Skip to content

Commit

Permalink
Fix missing intermediary "netdisco" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rc9000 committed Oct 13, 2021
1 parent 44d5437 commit 5fd3149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Only if you are on Linux:
# become root user
groupadd netdisco -g 901
useradd -u 901 -p x -g netdisco netdisco
sudo mkdir -p ~netdisco/{logs,bin,environments,config,nd-site-local}
sudo chown -R netdisco:netdisco ~netdisco
sudo mkdir -p ~netdisco/netdisco/{logs,bin,environments,config,nd-site-local}
sudo chown -R netdisco:netdisco ~netdisco/netdisco

And then (for everyone):

Expand Down

0 comments on commit 5fd3149

Please sign in to comment.