]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
ControlScripts: use -f to pkill to kill schedule_client.sh script
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 20:09:17 +0000 (23:09 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 20:09:17 +0000 (23:09 +0300)
ControlScripts/stop_client.sh

index 6042ed7c43d06c573695c9e282bf1ae1e2d630be..e3e679b6d7502115fd53ab4cc739e727ba9cd647 100755 (executable)
@@ -27,4 +27,4 @@ client_type=$1
 
 stop_client ${client_type}
 
-pkill schedule_client.sh
+pkill -f schedule_client.sh