mirror of
https://github.com/go-gitea/gitea
synced 2024-12-31 23:56:03 +01:00
parent
e2ddc42377
commit
f766719895
@ -151,9 +151,11 @@ func runDump(ctx *cli.Context) error {
|
||||
}
|
||||
}
|
||||
|
||||
if com.IsExist(setting.LogRootPath) {
|
||||
if err := z.AddDir("log", setting.LogRootPath); err != nil {
|
||||
fatal("Failed to include log: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
if err = z.Close(); err != nil {
|
||||
_ = os.Remove(fileName)
|
||||
|
Loading…
Reference in New Issue
Block a user