bundles/gitea: fix permissions for /home/git/.ssh
This commit is contained in:
parent
bd77f8da93
commit
82dd354f92
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ directories = {
|
|||
'owner': 'git',
|
||||
'group': 'git',
|
||||
},
|
||||
'/home/git/.ssh': {
|
||||
'mode': '0755',
|
||||
'owner': 'git',
|
||||
'group': 'git',
|
||||
},
|
||||
'/var/lib/gitea': {
|
||||
'owner': 'git',
|
||||
'mode': '0700',
|
||||
|
|
Loading…
Reference in a new issue