mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Fix Solr startup if autopsy path has spaces
This commit is contained in:
parent
bafafbde13
commit
ab9fffe683
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user