Duh!
This commit is contained in:
		@ -403,7 +403,7 @@ func main() {
 | 
				
			|||||||
		logstream.Hooks.Add(hook)
 | 
							logstream.Hooks.Add(hook)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if len(pidfile) > 0 {
 | 
						if len(*pidFilePath) > 0 {
 | 
				
			||||||
		if pid, err := pidfile.Create(*pidFilePath); err != nil {
 | 
							if pid, err := pidfile.Create(*pidFilePath); err != nil {
 | 
				
			||||||
			logstream.Fatal(err)
 | 
								logstream.Fatal(err)
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user