diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-11-15 13:54:54 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-11-15 13:54:54 +0000 |
| commit | bf6e5349758fc9d1451d0e6cc2be6a2f8388c347 (patch) | |
| tree | a7ab98c6864a18d99580b6b1f17139c6f8c99993 /killYACY.sh | |
| parent | d0dfccdb77c2aed745e40c6bda4a5607ad6cedd1 (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-x | killYACY.sh | 2 |
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 |
