@ -68,6 +68,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
for drive in drives {
let output = match Command::new(args.hddtemp_executable.clone())
.arg("--unit=F")
.arg(drive.clone())
.output()
{