aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_mount_configure.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_mount_configure.go')
-rw-r--r--weed/shell/command_mount_configure.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_mount_configure.go b/weed/shell/command_mount_configure.go
index ea9202c17..941b7c797 100644
--- a/weed/shell/command_mount_configure.go
+++ b/weed/shell/command_mount_configure.go
@@ -47,7 +47,7 @@ func (c *commandMountConfigure) Do(args []string, commandEnv *CommandEnv, writer
if mountDirHash < 0 {
mountDirHash = -mountDirHash
}
- localSocket := fmt.Sprintf("/tmp/seaweefs-mount-%d.sock", mountDirHash)
+ localSocket := fmt.Sprintf("/tmp/seaweedfs-mount-%d.sock", mountDirHash)
clientConn, err := grpc.Dial("passthrough:///unix://"+localSocket, grpc.WithTransportCredentials(insecure.NewCredentials()))
if err != nil {