Fix Solr startup if autopsy path has spaces

This commit is contained in:
adam-m 2013-05-30 13:58:44 -04:00
parent bafafbde13
commit ab9fffe683

View File

@ -359,7 +359,7 @@ public class Server {
} else { } else {
loggingPropertiesFilePath += "logging-release.properties"; loggingPropertiesFilePath += "logging-release.properties";
} }
loggingPropertiesFilePath = PlatformUtil.getOSFilePath(loggingPropertiesFilePath); //loggingPropertiesFilePath = PlatformUtil.getOSFilePath(loggingPropertiesFilePath);
final String loggingProperties = loggingPropertiesOpt + loggingPropertiesFilePath; final String loggingProperties = loggingPropertiesOpt + loggingPropertiesFilePath;
final String [] SOLR_START_CMD = { final String [] SOLR_START_CMD = {