Browse Source

clean up

pull/1255/head
Chris Lu 5 years ago
parent
commit
0820935290
  1. 2
      weed/shell/command_volume_fsck.go

2
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") fmt.Fprintf(writer, "no orphan data\n")
} }
os.RemoveAll(tempFolder)
return nil return nil
} }

Loading…
Cancel
Save