diff --git a/src/main.rs b/src/main.rs index dd50f33..70e46f9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -99,6 +99,8 @@ fn main() -> Result<()> { fs::write(&output_path, output) .expect(format!("To be able to write to '{}'", output_path.to_string_lossy()).as_str()); + println!("Wrote secret file to '{}'", output_path.to_string_lossy()); + sd_notify::notify(true, &[NotifyState::Ready])?; if idle {