mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 03:31:42 +00:00
Config is passed into each module. Remove tendermint/confer
This commit is contained in:
@ -118,7 +118,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Write pid to file. This should be the last thing before TrapSignal.
|
||||
err = AtomicWriteFile(barak.rootDir+"/pidfile", []byte(Fmt("%v", barak.pid)))
|
||||
err = WriteFileAtomic(barak.rootDir+"/pidfile", []byte(Fmt("%v", barak.pid)))
|
||||
if err != nil {
|
||||
panic(Fmt("Error writing pidfile: %v", err))
|
||||
}
|
||||
|
Reference in New Issue
Block a user