mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		
				
					committed by
					
						
						Antoine GIRARD
					
				
			
			
				
	
			
			
			
						parent
						
							ed6a2f2e2e
						
					
				
				
					commit
					9809fe27c4
				
			@@ -145,9 +145,11 @@ func runDump(ctx *cli.Context) error {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if com.IsExist(setting.LogRootPath) {
 | 
				
			||||||
		if err := z.AddDir("log", setting.LogRootPath); err != nil {
 | 
							if err := z.AddDir("log", setting.LogRootPath); err != nil {
 | 
				
			||||||
			log.Fatalf("Failed to include log: %v", err)
 | 
								log.Fatalf("Failed to include log: %v", err)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if err = z.Close(); err != nil {
 | 
						if err = z.Close(); err != nil {
 | 
				
			||||||
		_ = os.Remove(fileName)
 | 
							_ = os.Remove(fileName)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user