From: Razvan Deaconescu Date: Tue, 3 Aug 2010 20:09:17 +0000 (+0300) Subject: ControlScripts: use -f to pkill to kill schedule_client.sh script X-Git-Tag: schedule-scenario~9 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=ba11c6e103f2fc0e11cc5407771960a3d184c48d;p=p2p-testing-infrastructure.git ControlScripts: use -f to pkill to kill schedule_client.sh script --- diff --git a/ControlScripts/stop_client.sh b/ControlScripts/stop_client.sh index 6042ed7..e3e679b 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.sh +pkill -f schedule_client.sh