Skip to content

Commit

Permalink
adopting killYACY.sh to new logging scheme
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@534 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Aug 14, 2005
1 parent 28bf206 commit f80b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion killYACY.sh
Expand Up @@ -4,7 +4,7 @@
# To stop YaCy, use stopYACY.sh

cd `dirname $0`
PID=`fuser yacy.log | awk '{print $2}'`
PID=`fuser log/yacy00.log | awk '{print $2}'`
echo "process-id is " $PID
kill -3 $PID
sleep 1
Expand Down

0 comments on commit f80b5d5

Please sign in to comment.