fixed killYACY.sh

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1088 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2005-11-15 13:54:54 +00:00
parent d0dfccdb77
commit bf6e534975

View File

@ -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