aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/mount_linux.go')
-rw-r--r--weed/command/mount_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/mount_linux.go b/weed/command/mount_linux.go
index 591951d4f..b49e7fff2 100644
--- a/weed/command/mount_linux.go
+++ b/weed/command/mount_linux.go
@@ -1,6 +1,8 @@
package command
import (
+ "strings"
+
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/seaweedfs/fuse"
)