mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 05:26:47 +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