This commit is contained in:
Chris Lu 2020-03-24 02:20:37 -07:00
parent 49440cbd2f
commit 0820935290

View file

@ -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
}