mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-29 02:33:35 +00:00
acme: explicitly ask for custom directory URI
instead of blocking on input without telling the user what's going on. Reported on the forum: https://forum.proxmox.com/threads/147058/ Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
1665eb2e48
commit
a55c6efbf7
@ -126,6 +126,8 @@ async fn register_account(
|
||||
}
|
||||
Ok(n) if n == KNOWN_ACME_DIRECTORIES.len() => {
|
||||
input.clear();
|
||||
print!("Enter custom directory URI: ");
|
||||
std::io::stdout().flush()?;
|
||||
std::io::stdin().read_line(&mut input)?;
|
||||
break (input.trim().to_owned(), true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user