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