mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
supybot-botchk: Don't truncate pidfile
This commit is contained in:
parent
7edc73a08c
commit
658d0ad84d
@ -97,7 +97,7 @@ if __name__ == '__main__':
|
||||
parser.error('No conffile given.')
|
||||
|
||||
os.chdir(options.botdir)
|
||||
pidfile = open(options.pidfile, 'w')
|
||||
pidfile = open(options.pidfile, 'ab')
|
||||
pidfile.close()
|
||||
|
||||
pid = None
|
||||
|
Loading…
Reference in New Issue
Block a user