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 80cf866 commit b57c509Copy full SHA for b57c509
paths/paths.go
@@ -85,7 +85,7 @@ func (paths *Path) InitPaths(cfg *Path) error {
85
}
86
87
// make sure the data path exists
88
- err = os.MkdirAll(paths.Data, 0750)
+ err = os.MkdirAll(paths.Data, 0770)
89
if err != nil {
90
return fmt.Errorf("failed to create data path %s: %w", paths.Data, err)
91
0 commit comments