Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Create home directory for go user. (#19) (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
varshavaradarajan authored Apr 7, 2017
1 parent c075db4 commit 44b592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tini_and_gosu_add_file_meta = {

create_user_and_group_cmd = [
'groupadd -g 1000 go',
'useradd -u 1000 -g go go'
'useradd -u 1000 -g go -d /home/go -m go'
]

[
Expand Down

0 comments on commit 44b592f

Please sign in to comment.