periphery 0.1.2 remove disk filter

This commit is contained in:
mbecker20
2023-01-10 17:04:50 +00:00
parent 143d855ad7
commit ca80fb4d28
5 changed files with 18 additions and 18 deletions

View File

@@ -458,11 +458,12 @@ pub fn gen_periphery_service_file(sub_matches: &ArgMatches) {
let output = run_command_pipe_to_terminal("systemctl daemon-reload");
if output.success() {
println!(
"\n✅ successfully added service to systemd ✅\n"
)
println!("\n✅ successfully added service to systemd ✅\n")
} else {
eprintln!("\n❌ there was some {} adding service to systemd ❌\n", "error".red())
eprintln!(
"\n❌ there was some {} adding service to systemd ❌\n",
"error".red()
)
}
}