Skip to content

Commit

Permalink
Find username for chown dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
verwilst committed Mar 5, 2017
1 parent f63a7cb commit 01322f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Go into the webroot.
Make sure to chown all the data in your webroot to your own user, since docker sets ownership to added files to root.

> sudo chown verwilst: . -R
> sudo chown $(id -un): . -R
## How to run

Expand Down

0 comments on commit 01322f5

Please sign in to comment.