diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-08-14 15:23:44 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-08-14 15:23:44 +0000 |
| commit | f80b5d5ac21ad4ec67c7190d4a39b810ea0c34cd (patch) | |
| tree | 15d1cbba001e389571d0eb1bff2597c440008390 /killYACY.sh | |
| parent | 28bf20608b38816141cee90e427a7abf75601869 (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-x | killYACY.sh | 2 |
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 |
