X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=blobdiff_plain;f=parrot.py;h=e58b04d97ffb8ce9b0c2234d465516f5c6a6261c;hp=4ee3b23a6692399a93c3258ffa15aa7b3141628b;hb=f7e96ecef213b35fa0c1e9e4078088d1e30d2641;hpb=5dc10fbec825b8bd297a6cf6f3065242963968f0 diff --git a/parrot.py b/parrot.py index 4ee3b23..e58b04d 100755 --- a/parrot.py +++ b/parrot.py @@ -508,7 +508,7 @@ def main(): parrot.start_as_daemon(outfile) else: # on enregistre le pid de parrot - pidfile = "/var/run/bots/parror.pid" + pidfile = "/var/run/bots/parrot.pid" for arg in sys.argv: arg = arg.split("=") if arg[0].strip('-') in ["pidfile"]: