mirror of https://github.com/apache/lucene.git
SOLR-2651: use the right relative path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d735dcd5a
commit
c899fe0dc0
|
@ -716,7 +716,7 @@ public class CoreContainer
|
|||
|
||||
File instanceDir = new File(cd.getInstanceDir());
|
||||
if (!instanceDir.isAbsolute()) {
|
||||
instanceDir = new File(getSolrHome(), instanceDir.getName());
|
||||
instanceDir = new File(getSolrHome(), cd.getInstanceDir());
|
||||
}
|
||||
|
||||
SolrResourceLoader solrLoader;
|
||||
|
|
Loading…
Reference in New Issue