From 390118cdd8d7fac84cf8a0c8df6d8cbf3aeea255 Mon Sep 17 00:00:00 2001 From: Krateng Date: Thu, 5 Sep 2019 03:48:45 +0200 Subject: [PATCH] Bugfix --- maloja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maloja b/maloja index cadd7eb..b0f8e36 100755 --- a/maloja +++ b/maloja @@ -232,7 +232,7 @@ def restart(): def stop(): pid_sv = getInstanceSupervisor() if pid_sv is not None: - os.kill(pid,signal.SIGTERM) + os.kill(pid_sv,signal.SIGTERM) pid = getInstance() if pid is None: