git ensure home
This commit is contained in:
parent
6a6ffc8720
commit
bb862ed6ec
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ downloads['/usr/local/bin/gitea'] = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
users['git'] = {}
|
users['git'] = {
|
||||||
|
'home': '/home/git',
|
||||||
|
}
|
||||||
|
|
||||||
directories['/var/lib/gitea'] = {
|
directories['/var/lib/gitea'] = {
|
||||||
'owner': 'git',
|
'owner': 'git',
|
||||||
|
|
Loading…
Reference in a new issue