Update check_SHA256_windows.ps1
This commit is contained in:
parent
86fc970126
commit
2e335c4c4e
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ foreach ($line in $hashLines) {
|
|||
}
|
||||
else {
|
||||
$validChecksum = ""
|
||||
$fileMissing = "X"
|
||||
$fileMissing = ""
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
@ -66,4 +66,4 @@ $results | Format-Table `
|
|||
-Property @{Expression={$_.filename}; Label="filename"; Alignment="left"}, `
|
||||
@{Expression={$_."valid checksum"}; Label="valid checksum"; Alignment="center"}, `
|
||||
@{Expression={$_."file missing"}; Label="file missing"; Alignment="center"} `
|
||||
-AutoSize
|
||||
-AutoSize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue