We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fad1f0 commit 320dc38Copy full SHA for 320dc38
pkg/storage/utils/localfs/localfs.go
@@ -83,7 +83,7 @@ func (c *Config) ApplyDefaults() {
83
// ensure share folder always starts with slash
84
c.ShareFolder = path.Join("/", c.ShareFolder)
85
86
- c.DataDirectory = path.Join(c.Root, "data")
+ c.DataDirectory = c.Root // path.Join(c.Root, "data")
87
c.Uploads = path.Join(c.Root, ".uploads")
88
c.Shadow = path.Join(c.Root, ".shadow")
89
0 commit comments