mirror of
https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git
synced 2025-04-03 19:56:12 -07:00
changed units to F
This commit is contained in:
parent
97bb44f717
commit
11790783fc
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
|
|
||||||
for drive in drives {
|
for drive in drives {
|
||||||
let output = match Command::new(args.hddtemp_executable.clone())
|
let output = match Command::new(args.hddtemp_executable.clone())
|
||||||
|
.arg("--unit=F")
|
||||||
.arg(drive.clone())
|
.arg(drive.clone())
|
||||||
.output()
|
.output()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue