1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-20 08:54:37 -04:00

remove in distro not existing path setting from stopYaCy.bat

This commit is contained in:
reger
2013-12-29 01:33:07 +01:00
parent 15882beb19
commit f0d3c74193

@ -2,7 +2,7 @@
title YaCy
Rem Setting the classpath
Set CLASSPATH=classes;lib\yacycore.jar;htroot
Set CLASSPATH=lib\yacycore.jar;htroot
Rem Stopping yacy
Echo Generated Classpath:%CLASSPATH%