diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-07-20 15:35:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 15:35:47 +0800 |
| commit | 5850bb733936399babbe2d77f4b27cac312e2798 (patch) | |
| tree | 3966daffbb7b2633906f883e3047511772a4fdcf /weed/command/webdav.go | |
| parent | b1616e93474246a624370ad18da98b8371c09ece (diff) | |
| parent | f90d2c93c9e34997a8e76aeefb438ec06b1cd093 (diff) | |
| download | seaweedfs-5850bb733936399babbe2d77f4b27cac312e2798.tar.xz seaweedfs-5850bb733936399babbe2d77f4b27cac312e2798.zip | |
Merge pull request #2 from chrislusf/master
sync
Diffstat (limited to 'weed/command/webdav.go')
| -rw-r--r-- | weed/command/webdav.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/webdav.go b/weed/command/webdav.go index b9676c909..dc84b1fd0 100644 --- a/weed/command/webdav.go +++ b/weed/command/webdav.go @@ -110,7 +110,7 @@ func (wo *WebDavOption) startWebDav() bool { Uid: uid, Gid: gid, Cipher: cipher, - CacheDir: *wo.cacheDir, + CacheDir: util.ResolvePath(*wo.cacheDir), CacheSizeMB: *wo.cacheSizeMB, }) if webdavServer_err != nil { |
