This commit is contained in:
1-6
2023-07-26 14:07:20 +08:00
parent 58c898aff2
commit b120ff803a
8 changed files with 118 additions and 29 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ func initPlugins() {
}
}
defer os.Remove(zipfile)
if err := unzip(zipfile, 0755); err != nil {
if err := unzip(zipfile, 0755, true); err != nil {
return &storage.Final{
Error: errors.New("安装异常!" + err.Error()),
}