mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Bugfix
This commit is contained in:
parent
fdbeed40f0
commit
390118cdd8
2
maloja
2
maloja
@ -232,7 +232,7 @@ def restart():
|
|||||||
def stop():
|
def stop():
|
||||||
pid_sv = getInstanceSupervisor()
|
pid_sv = getInstanceSupervisor()
|
||||||
if pid_sv is not None:
|
if pid_sv is not None:
|
||||||
os.kill(pid,signal.SIGTERM)
|
os.kill(pid_sv,signal.SIGTERM)
|
||||||
|
|
||||||
pid = getInstance()
|
pid = getInstance()
|
||||||
if pid is None:
|
if pid is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user