mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix regression: access log template, gitea manager cli command (#24838)
Close #24836  
This commit is contained in:
		@@ -109,5 +109,7 @@ func RestartProcess() (int, error) {
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return 0, err
 | 
			
		||||
	}
 | 
			
		||||
	return process.Pid, nil
 | 
			
		||||
	processPid := process.Pid
 | 
			
		||||
	_ = process.Release() // no wait, so release
 | 
			
		||||
	return processPid, nil
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user