From a7a31ca0de47656e145748426449fc8cc93a922a Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 9 Apr 2015 18:35:42 +0200 Subject: [PATCH] Wrong pidfile --- helixbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helixbot.py b/helixbot.py index 6ea8572..ae10d28 100755 --- a/helixbot.py +++ b/helixbot.py @@ -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"]: -- 2.39.2