]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
do not kill all httpi when starting cts monitor
authorHadaq <hadaq@jspc29>
Tue, 21 Mar 2017 13:25:21 +0000 (14:25 +0100)
committerHadaq <hadaq@jspc29>
Tue, 21 Mar 2017 13:28:20 +0000 (14:28 +0100)
web/cts_gui

index 45aa134a897a4f66f23bd8ed49fb7ff6fc450150..35bc4e09846326c89784ee4137ec4b2052fb3a4e 100755 (executable)
@@ -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";