mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 17:51:28 +01:00
Fix wrong '$DevInfo++' - many thanks to OlegBoul
This commit is contained in:
parent
78232dacf7
commit
a9604fbd79
@ -51,7 +51,7 @@ try {
|
|||||||
$Cmd = "smartctl --all --json " + $Device
|
$Cmd = "smartctl --all --json " + $Device
|
||||||
|
|
||||||
Invoke-Expression $Cmd > $Filename
|
Invoke-Expression $Cmd > $Filename
|
||||||
$DevInfo++
|
$DevNo++
|
||||||
}
|
}
|
||||||
|
|
||||||
"✔️ Done."
|
"✔️ Done."
|
||||||
|
Loading…
Reference in New Issue
Block a user