From: hadeshyp Date: Tue, 16 Oct 2012 20:49:01 +0000 (+0000) Subject: Universal hostname handling X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f63b63a75088f9ffdf1d6a4f13a9e13d49b9b4c1;p=daqtools.git Universal hostname handling --- diff --git a/cts/cts_gui b/cts/cts_gui index 6f2868e..ffb2431 100755 --- a/cts/cts_gui +++ b/cts/cts_gui @@ -1,7 +1,7 @@ #!/bin/bash if [ $2 > 0 ]; then -# host='localhost' - host='cbmpc011_2' + host=`hostname` +# host='cbmpc011_2' port="1234" echo "Trying to kill processes 'cts' and 'dhttpi'"