mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
fix: file perm
This commit is contained in:
parent
23390e556e
commit
65095f4186
1 changed files with 1 additions and 1 deletions
|
@ -61,5 +61,5 @@ func (n *nodeConfStore) SaveLast(ctx context.Context, c nodeconf.Configuration)
|
|||
if err != nil {
|
||||
return
|
||||
}
|
||||
return os.WriteFile(path, data, 0755)
|
||||
return os.WriteFile(path, data, 0644)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue