mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
Add fsconfing while creating virtual folders
This commit is contained in:
parent
0e0cfd62bb
commit
e447b5d616
1 changed files with 2 additions and 1 deletions
|
|
@ -2782,7 +2782,8 @@ func validateAssociatedVirtualFolders(vfolders []vfs.VirtualFolder) ([]vfs.Virtu
|
|||
}
|
||||
virtualFolders = append(virtualFolders, vfs.VirtualFolder{
|
||||
BaseVirtualFolder: vfs.BaseVirtualFolder{
|
||||
Name: v.Name,
|
||||
Name: v.Name,
|
||||
FsConfig: v.FsConfig,
|
||||
},
|
||||
VirtualPath: cleanedVPath,
|
||||
QuotaSize: v.QuotaSize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue