diff --git a/src/compute.rs b/src/compute.rs index 05dac26..503cd8d 100644 --- a/src/compute.rs +++ b/src/compute.rs @@ -26,10 +26,10 @@ pub const THREADS: usize = 8; pub const DIRECTORY_PREFIX: &'static str = "/home/sean/mpc_trialrun/compute/"; fn main() { - //prompt("Press [ENTER] when you're ready to perform diagnostics of the DVD drive."); - //disable_modloop_unmount(); - //perform_diagnostics(); - //prompt("Diagnostics complete. Press [ENTER] when you're ready to begin the ceremony."); + prompt("Press [ENTER] when you're ready to perform diagnostics of the DVD drive."); + disable_modloop_unmount(); + perform_diagnostics(); + prompt("Diagnostics complete. Press [ENTER] when you're ready to begin the ceremony."); println!("Constructing personal keypair..."); let (privkey, pubkey, comm) = { diff --git a/src/network.rs b/src/network.rs index 17b9abd..e1d6cf1 100644 --- a/src/network.rs +++ b/src/network.rs @@ -103,6 +103,11 @@ impl ConnectionHandler { } fn main() { + prompt("Press [ENTER] when you're ready to perform diagnostics of the DVD drive."); + disable_modloop_unmount(); + perform_diagnostics(); + prompt("Diagnostics complete. Press [ENTER] when you're ready to begin the ceremony."); + let comm; { let mut entered_wrong = false;