mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
clean up
This commit is contained in:
parent
49440cbd2f
commit
0820935290
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue