I will never change the Linux scripts...

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1536 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 19 years ago
parent 1eab543254
commit 883f03c399

@ -11,7 +11,7 @@ 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'"
elif [ -x `which java` ]
then
# generating the proper classpath
CLASSPATH=""
for N in lib/*.jar; do CLASSPATH="$CLASSPATH$N:"; done

Loading…
Cancel
Save