mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
rc: Fix mount/listmounts not returning the full Fs entered in mount/mount
This commit is contained in:
parent
0d2a62a927
commit
38f1f5b177
@ -258,7 +258,7 @@ func listMountsRc(_ context.Context, in rc.Params) (out rc.Params, err error) {
|
||||
for _, k := range keys {
|
||||
m := liveMounts[k]
|
||||
info := MountInfo{
|
||||
Fs: m.Fs.Name(),
|
||||
Fs: fs.ConfigString(m.Fs),
|
||||
MountPoint: m.MountPoint,
|
||||
MountedOn: m.MountedOn,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user