From 584675da690a7a71bff2c92c5b4e0d61cc751ee8 Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Tue, 29 Jan 2013 21:40:25 +0100 Subject: [PATCH] Cleanup --- web/cts_gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0