From: Razvan Deaconescu Date: Mon, 20 Sep 2010 18:02:08 +0000 (+0200) Subject: next-share: complete next-share stop script X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=ab0538bccee8f600ac0d1fb8f86d50999cabc4f9;p=p2p-testing-infrastructure.git next-share: complete next-share stop script --- diff --git a/ControlScripts/clients/next-share/stop_nextshare.sh b/ControlScripts/clients/next-share/stop_nextshare.sh index 65229ec..406f464 100755 --- a/ControlScripts/clients/next-share/stop_nextshare.sh +++ b/ControlScripts/clients/next-share/stop_nextshare.sh @@ -1,8 +1,9 @@ #!/bin/bash # # Copyright: George Milescu 2010 - george.milescu@gmail.com +# Razvan Deaconescu, razvan.deaconescu@cs.pub.ro # -# Bash script used to stop all tribler instances +# Bash script used to stop all next-share instances # The script # * stops all the tribler instances @@ -11,4 +12,4 @@ if [ ! $# -eq 0 ]; then exit 1 fi -pkill python2.6 +pkill -f cmdlinedl.py