Skip to content

Commit 01322f5

Browse files
committed
Find username for chown dynamically
1 parent f63a7cb commit 01322f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Go into the webroot.
1616
1717
Make sure to chown all the data in your webroot to your own user, since docker sets ownership to added files to root.
1818

19-
> sudo chown verwilst: . -R
19+
> sudo chown $(id -un): . -R
2020
2121
## How to run
2222

0 commit comments

Comments
 (0)