summaryrefslogtreecommitdiff
path: root/stopYACY.command
diff options
context:
space:
mode:
Diffstat (limited to 'stopYACY.command')
-rwxr-xr-xstopYACY.command2
1 files changed, 1 insertions, 1 deletions
diff --git a/stopYACY.command b/stopYACY.command
index 555f9c43f..3f74ac735 100755
--- a/stopYACY.command
+++ b/stopYACY.command
@@ -5,7 +5,7 @@ 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:htroot:$CLASSPATH yacy -shutdown
+java -classpath classes:htroot:$CLASSPATH net.yacy.yacy -shutdown
echo "Please wait until the YaCy daemon process terminates."
echo "You can monitor this with 'tail -f DATA/LOG/yacy00.log' and 'fuser log/yacy00.log'"