Fix perm
This commit is contained in:
parent
4b58a930aa
commit
6b8783f899
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ files.download(
|
|||
dest='/home/adguard/AdGuardHome_linux_amd64.tar.gz',
|
||||
user=host.data.app_user,
|
||||
group=host.data.app_user,
|
||||
mode='750',
|
||||
mode='640',
|
||||
cache_time=604800,
|
||||
)
|
||||
|
||||
|
|
Reference in a new issue