From 5bd039d57a2c5409f14a36c0f0f69d7b85d01498 Mon Sep 17 00:00:00 2001 From: Hadaq Date: Tue, 21 Mar 2017 14:25:21 +0100 Subject: [PATCH] do not kill all httpi when starting cts monitor --- web/cts_gui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/cts_gui b/web/cts_gui index 45aa134..35bc4e0 100755 --- a/web/cts_gui +++ b/web/cts_gui @@ -113,9 +113,9 @@ exit(0); } # Setup shared memory - print "Trying to kill processes 'cts' and 'dhttpi'\n"; - system 'pkill dhttpi'; - system 'pkill "^(cts|dhttpi)$"'; +# print "Trying to kill processes 'cts' and 'dhttpi'\n"; +# system 'pkill dhttpi'; +# system 'pkill "^(cts|dhttpi)$"'; print "\n\nTry to map monitoring files to shared memory (if it failes, no harm is done. Only the HDD has to work a little bit more)\n"; -- 2.43.0