From f63b63a75088f9ffdf1d6a4f13a9e13d49b9b4c1 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Tue, 16 Oct 2012 20:49:01 +0000 Subject: [PATCH] Universal hostname handling --- cts/cts_gui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'" -- 2.43.0