summaryrefslogtreecommitdiff
path: root/killYACY.sh
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-11-15 13:54:54 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-11-15 13:54:54 +0000
commitbf6e5349758fc9d1451d0e6cc2be6a2f8388c347 (patch)
treea7ab98c6864a18d99580b6b1f17139c6f8c99993 /killYACY.sh
parentd0dfccdb77c2aed745e40c6bda4a5607ad6cedd1 (diff)
fixed killYACY.sh
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1088 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'killYACY.sh')
-rwxr-xr-xkillYACY.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/killYACY.sh b/killYACY.sh
index 8115804d7..6c44e28f0 100755
--- a/killYACY.sh
+++ b/killYACY.sh
@@ -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