general: Fix reload

This commit is contained in:
Dylan Araps 2018-07-11 13:16:35 +10:00
parent 1e504e9c1e
commit 33c8290452

View File

@ -176,3 +176,5 @@ def get_pid(name):
subprocess.check_output(["pidof", "-s", name])
except subprocess.CalledProcessError:
return False
return True