diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go index d06782f3b..e419a7fc2 100644 --- a/weed/shell/command_volume_fsck.go +++ b/weed/shell/command_volume_fsck.go @@ -91,6 +91,8 @@ func (c *commandVolumeFsck) Do(args []string, commandEnv *CommandEnv, writer io. fmt.Fprintf(writer, "no orphan data\n") } + os.RemoveAll(tempFolder) + return nil }