From ab0538bccee8f600ac0d1fb8f86d50999cabc4f9 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Mon, 20 Sep 2010 20:02:08 +0200 Subject: [PATCH] next-share: complete next-share stop script --- ControlScripts/clients/next-share/stop_nextshare.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1