Fix wrong '$DevInfo++' - many thanks to OlegBoul

This commit is contained in:
Markus Fleschutz 2022-10-11 19:20:23 +02:00
parent 78232dacf7
commit a9604fbd79

View File

@ -51,7 +51,7 @@ try {
$Cmd = "smartctl --all --json " + $Device
Invoke-Expression $Cmd > $Filename
$DevInfo++
$DevNo++
}
"✔️ Done."