diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-05-27 12:08:45 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-05-27 12:08:45 +0000 |
| commit | 752576b52114d0b4c371d38908baf1b509a1b7de (patch) | |
| tree | c162bc0ea5ee6e60cb47f0981011e983d9ca1efe /killYACY.sh | |
| parent | ddcc333acce141754e527c23ba0f3f07d6db1151 (diff) | |
- localsearch test script does also a snippet-fetch
- killYACY.sh does not need a sleep between kill -3 and kill -9
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7750 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'killYACY.sh')
| -rwxr-xr-x | killYACY.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/killYACY.sh b/killYACY.sh index 9790166f2..3a9ff5691 100755 --- a/killYACY.sh +++ b/killYACY.sh @@ -7,7 +7,6 @@ cd `dirname $0` PID=`fuser DATA/LOG/yacy00.log | awk '{print $1}'` echo "process-id is " $PID kill -3 $PID -sleep 1 kill -9 $PID echo "killed pid " $PID ", YaCy terminated" |
