From: Razvan Deaconescu Date: Tue, 3 Aug 2010 18:22:23 +0000 (+0300) Subject: ControlScripts: replace undefined SCHEDULE_CLIENT_SCRIPT with script name in stop_cli... X-Git-Tag: schedule-scenario~13 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=34907404c0706aa5bf27bd03f5fb83ca8d76ccef;p=p2p-testing-infrastructure.git ControlScripts: replace undefined SCHEDULE_CLIENT_SCRIPT with script name in stop_client.sh --- diff --git a/ControlScripts/stop_client.sh b/ControlScripts/stop_client.sh index 612f2b5..6042ed7 100755 --- a/ControlScripts/stop_client.sh +++ b/ControlScripts/stop_client.sh @@ -27,4 +27,4 @@ client_type=$1 stop_client ${client_type} -pkill ${SCHEDULE_CLIENT_SCRIPT} +pkill schedule_client.sh