mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Clean datadir after config files have been loaded
This commit is contained in:
@@ -63,10 +63,6 @@ fn process_testnet_subcommand(
|
||||
builder.set_random_datadir()?;
|
||||
}
|
||||
|
||||
if cli_args.is_present("force") {
|
||||
builder.clean_datadir()?;
|
||||
}
|
||||
|
||||
if let Some(path_string) = cli_args.value_of("eth2-config") {
|
||||
let path = path_string
|
||||
.parse::<PathBuf>()
|
||||
@@ -83,6 +79,10 @@ fn process_testnet_subcommand(
|
||||
builder.load_client_config(path)?;
|
||||
}
|
||||
|
||||
if cli_args.is_present("force") {
|
||||
builder.clean_datadir()?;
|
||||
}
|
||||
|
||||
info!(
|
||||
log,
|
||||
"Creating new datadir";
|
||||
|
||||
Reference in New Issue
Block a user