From: Vincent Le Gallic Date: Sat, 1 Feb 2014 22:30:18 +0000 (+0100) Subject: typo dans le pidfile -_- X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=commitdiff_plain;h=f7e96ecef213b35fa0c1e9e4078088d1e30d2641 typo dans le pidfile -_- --- 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"]: