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 6042ed7..e3e679b 100755 (executable)
@@ -27,4 +27,4 @@ client_type=$1
 
 stop_client ${client_type}
 
-pkill schedule_client.sh
+pkill -f schedule_client.sh