cleanup
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@ -100,7 +100,6 @@ app_config::app_config(const provider_type &prov,
|
|||||||
log_directory_ = utils::path::combine(data_directory_, {"logs"});
|
log_directory_ = utils::path::combine(data_directory_, {"logs"});
|
||||||
|
|
||||||
hc_.agent_string = default_agent_name(prov_);
|
hc_.agent_string = default_agent_name(prov_);
|
||||||
hc_.api_password = get_provider_api_password(prov_);
|
|
||||||
hc_.api_port = default_api_port(prov_);
|
hc_.api_port = default_api_port(prov_);
|
||||||
|
|
||||||
if (not utils::file::directory(data_directory_).create_directory()) {
|
if (not utils::file::directory(data_directory_).create_directory()) {
|
||||||
|
Reference in New Issue
Block a user