Fix PID file if not daemonized
This commit is contained in:
parent
e9b1aa48a9
commit
bcc5a210a4
|
@ -31,7 +31,7 @@ class singleinstance:
|
|||
import bitmessageqt
|
||||
bitmessageqt.init()
|
||||
|
||||
self.lock()
|
||||
self.lock(not daemon)
|
||||
|
||||
self.initialized = True
|
||||
atexit.register(self.cleanup)
|
||||
|
|
Loading…
Reference in New Issue
Block a user