mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 23:43:25 +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
|
||||
|
||||
Invoke-Expression $Cmd > $Filename
|
||||
$DevInfo++
|
||||
$DevNo++
|
||||
}
|
||||
|
||||
"✔️ Done."
|
||||
|
Loading…
Reference in New Issue
Block a user