From: Manuel Penschuck Date: Tue, 29 Jan 2013 20:40:25 +0000 (+0100) Subject: Cleanup X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=584675da690a7a71bff2c92c5b4e0d61cc751ee8;p=daqtools.git Cleanup --- diff --git a/web/cts_gui b/web/cts_gui index da94026..76e07d0 100755 --- a/web/cts_gui +++ b/web/cts_gui @@ -112,7 +112,7 @@ HELP # Start Monitor (either directly or indirectly via XTERM)" print "\n\nStart monitoring script"; if ($openxterm) { - exec("xterm -fn '-misc-fixed-medium-r-normal--8-*-*-*-*-*-iso8859-15' +sb -geometry 200x100 +aw +bc -bg LightCoral -j -e '$0 --monitor --port=$port $quiteParam'"); + system("xterm -fn '-misc-fixed-medium-r-normal--8-*-*-*-*-*-iso8859-15' +sb -geometry 200x100 +aw +bc -bg LightCoral -j -e '$0 --monitor --port=$port $quiteParam'"); } else { execServerAndMonitor $host, $port, $htdocsDumpDir, $quiteParam; }