Changed sync message for clarity

This commit is contained in:
Kaden Frisk 2024-10-15 15:48:11 -05:00
parent 3f0afc6eee
commit 16a2f6571a

View file

@ -148,7 +148,7 @@ pub fn flash_iso(iso_path: &str, destination: &str) -> Result<(), io::Error> {
// std::process::exit(0);
// Log that it's going to sync data to disk
println!("Syncing data to disk...");
println!("Syncing data to disk, process will not close until this is complete.");
Command::new("sync")
.status()
.expect("Failed to flush data to disk");