From f7e96ecef213b35fa0c1e9e4078088d1e30d2641 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 1 Feb 2014 23:30:18 +0100 Subject: [PATCH 1/1] typo dans le pidfile -_- --- parrot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]: -- 2.39.2