mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
do not store the default import path to module settings, since it changes for each new case
This commit is contained in:
parent
431525ebca
commit
bb24548c46
@ -94,7 +94,7 @@ public class ExternalResultsIngestModule extends IngestModuleAdapter implements
|
||||
if (importPath == null) {
|
||||
// By default, we create the import path and provide it to the third party executable as an argument
|
||||
importPath = Case.getCurrentCase().getModulesOutputDirAbsPath() + File.separator + MODULE_DIR + jobId + File.separator + IMPORT_DIR;
|
||||
ModuleSettings.setConfigSetting(cfgModuleName, CFG_XML_FILEPATH, importPath);
|
||||
// Do not store the default import path to module settings, since it changes for each new case
|
||||
}
|
||||
cmdStr = ModuleSettings.getConfigSetting(cfgModuleName, CFG_CMD_STR);
|
||||
if (cmdStr == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user