summaryrefslogtreecommitdiff
path: root/stopYACY.sh
diff options
context:
space:
mode:
authortheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-06-10 06:18:55 +0000
committertheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-06-10 06:18:55 +0000
commit9e4bcc828d4076c6fcc5897b49fb079d70a6e8d1 (patch)
tree18f0a485a01a79327a683f5db30c7a4efc1b70e8 /stopYACY.sh
parente88951166b1921066931a567e13f804b4157a86c (diff)
*) solving problems with wrong classpath
see: http://www.yacy-forum.de/viewtopic.php?p=4045 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@264 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'stopYACY.sh')
-rwxr-xr-xstopYACY.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stopYACY.sh b/stopYACY.sh
index 7fafb75fe..bd65bd1d4 100755
--- a/stopYACY.sh
+++ b/stopYACY.sh
@@ -6,6 +6,6 @@ CLASSPATH=""
for N in `ls -1 lib/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done
for N in `ls -1 libx/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done
-java -classpath classes:$CLASSPATH yacy -shutdown
+java -classpath classes:htroot:$CLASSPATH yacy -shutdown
echo "please wait until the YaCy daemon process terminates"
echo "you can monitor this with 'tail -f yacy.log' and 'fuser yacy.log'" \ No newline at end of file