We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8629fa9 commit bfce67cCopy full SHA for bfce67c
ipfs-9-to-10/migration/config_conv.go
@@ -29,7 +29,7 @@ func convertFile(path string, enableQuic bool, convBootstrap convArray, convSwar
29
}
30
31
// Create a temp file to write the output to on success
32
- out, err := atomicfile.New(path, 0660)
+ out, err := atomicfile.New(path, 0600)
33
if err != nil {
34
in.Close()
35
return err
0 commit comments