]> gitweb.pimeys.fr Git - bots/helixbot.git/blobdiff - helixbot.py
Wrong pidfile
[bots/helixbot.git] / helixbot.py
index 6ea8572b1af7a4185fb9e1a83e9cd15c348c1c63..ae10d2832618dfbb18cb837c63825625171d7f32 100755 (executable)
@@ -467,7 +467,7 @@ def main():
             helix.start_as_daemon(outfile)
         else:
             # on enregistre le pid de basile
-            pidfile = "/var/run/bots/helix.pid"
+            pidfile = "/var/run/bots/helixbot.pid"
             for arg in sys.argv:
                 arg = arg.split("=")
                 if arg[0].strip('-') in ["pidfile"]: