提交 3d84b49f 编写于 作者: Z zhaoke

* Remove tmp dir when upload file success.

上级 72b989e8
......@@ -243,5 +243,6 @@ func (s *WorkspaceService) UploadScripts(fh *multipart.FileHeader, ctx iris.Cont
}
fileUtils.Unzip(zipPath, path)
fileUtils.CopyDir(filepath.Join(path, commConsts.ExecZipPath), path)
fileUtils.RmDir(filepath.Join(path, commConsts.ExecZipPath))
return
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册