diff --git a/confluent_server/confluent/main.py b/confluent_server/confluent/main.py index bb0b58d5..0d867db2 100644 --- a/confluent_server/confluent/main.py +++ b/confluent_server/confluent/main.py @@ -121,7 +121,7 @@ def terminate(signalname, frame): def doexit(): - if havefcntl: + if not havefcntl: return pidfile = open('/var/run/confluent/pid') pid = pidfile.read()