mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
fix: check symlink target type (closes #1488)
This commit is contained in:
parent
8ecc2da947
commit
76b466f649
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ func stat(opts FileOptions) (*FileInfo, error) {
|
|||
// set correct file size in case of symlink
|
||||
if file != nil && file.IsSymlink {
|
||||
file.Size = info.Size()
|
||||
file.IsDir = info.IsDir()
|
||||
return file, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue