summaryrefslogtreecommitdiff
path: root/killYACY.sh
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-08-14 15:23:44 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-08-14 15:23:44 +0000
commitf80b5d5ac21ad4ec67c7190d4a39b810ea0c34cd (patch)
tree15d1cbba001e389571d0eb1bff2597c440008390 /killYACY.sh
parent28bf20608b38816141cee90e427a7abf75601869 (diff)
adopting killYACY.sh to new logging scheme
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@534 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 149513c84..8115804d7 100755
--- a/killYACY.sh
+++ b/killYACY.sh
@@ -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