]> gitweb.pimeys.fr Git - bots/parrot.git/commitdiff
typo dans le pidfile -_-
authorVincent Le Gallic <legallic@crans.org>
Sat, 1 Feb 2014 22:30:18 +0000 (23:30 +0100)
committerVincent Le Gallic <legallic@crans.org>
Sat, 1 Feb 2014 22:30:18 +0000 (23:30 +0100)
parrot.py

index 4ee3b23a6692399a93c3258ffa15aa7b3141628b..e58b04d97ffb8ce9b0c2234d465516f5c6a6261c 100755 (executable)
--- 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"]: