Skip to content

Commit

Permalink
fixed killYACY.sh
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1088 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Nov 15, 2005
1 parent d0dfccd commit bf6e534
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 log/yacy00.log | awk '{print $2}'`
PID=`fuser DATA/LOG/yacy00.log | awk '{print $2}'`
echo "process-id is " $PID
kill -3 $PID
sleep 1
Expand Down

0 comments on commit bf6e534

Please sign in to comment.