[ui] Implement provider test button #49
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@ -342,6 +342,7 @@ void handlers::generate_config(provider_type prov, std::string_view name,
|
||||
}
|
||||
|
||||
if (data_dir.has_value()) {
|
||||
utils::file::directory{data_dir.value()}.create_directory();
|
||||
launch_process(prov, name, {"-dd", data_dir.value(), "-gc"});
|
||||
} else {
|
||||
launch_process(prov, name, {"-gc"});
|
||||
|
Reference in New Issue
Block a user