From 7bc393c7e9c2df60bd284b3a5d45bd224d657d09 Mon Sep 17 00:00:00 2001 From: allo Date: Thu, 2 Feb 2006 17:36:33 +0000 Subject: Nothing in Errolog, if libx is not used git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1519 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- stopYACY.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stopYACY.sh') diff --git a/stopYACY.sh b/stopYACY.sh index dffc0e030..b46029ab2 100755 --- a/stopYACY.sh +++ b/stopYACY.sh @@ -10,8 +10,8 @@ else # generating the proper classpath 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 +for N in lib/*.jar; do CLASSPATH="$CLASSPATH$N:"; done +for N in libx/*.jar; do CLASSPATH="$CLASSPATH$N:"; done java -classpath classes:htroot:$CLASSPATH yacy -shutdown fi -- cgit v1.2.3