diff options
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index a87068675..0c36e488f 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -31,7 +31,7 @@ func runMount(cmd *Command, args []string) bool { return false } - OnInterrupt(func() { + util.OnInterrupt(func() { fuse.Unmount(*mountOptions.dir) c.Close() }) |
