From b30680cca5be7c3ddd1b1c81daf172d83135b8cd Mon Sep 17 00:00:00 2001 From: Calin Burloiu Date: Mon, 25 Oct 2010 14:06:01 +0300 Subject: [PATCH] ControlScripts: client_script_mappings updated for xbtut support --- ControlScripts/client_script_mappings | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ControlScripts/client_script_mappings b/ControlScripts/client_script_mappings index c7fc6bf..2f2d01b 100644 --- a/ControlScripts/client_script_mappings +++ b/ControlScripts/client_script_mappings @@ -66,6 +66,10 @@ start_client() clients/tribler/start_tribler_proxy.sh 04 & return $! ;; + "xbtut") + clients/xbt-unified-tracker/start_xbtut.sh & + return $! + ;; esac } @@ -99,6 +103,9 @@ stop_client() "tribler_proxy_04") clients/tribler/stop_tribler.sh ;; + "xbtut") + clients/xbt-unified-tracker/stop_xbtut.sh + ;; esac } -- 2.39.5