From: Thierry Parmentelat Date: Tue, 14 Nov 2006 09:46:48 +0000 (+0000) Subject: pkills instances of Shell.py prior to dropping database X-Git-Tag: pycurl-7_13_1~311 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ae0f578f23c0bd5e0971debb7501ae097d35895d;p=plcapi.git pkills instances of Shell.py prior to dropping database --- diff --git a/peers-test.mk b/peers-test.mk index 88ca119..aa53791 100644 --- a/peers-test.mk +++ b/peers-test.mk @@ -52,6 +52,8 @@ install-api: stop-clients: @echo 'pkilling psql' @-pkill psql + @echo 'pkilling Shell.py' + @-pkill Shell.py @echo stopping httpd @chroot $(CHROOT) /etc/plc.d/httpd stop