Disable check-windows-system-files.ps1

This commit is contained in:
Markus Fleschutz 2021-03-30 09:19:21 +02:00
parent 67f114831d
commit 3dddcf947b

View File

@ -24,11 +24,6 @@ if ($IsLinux) {
& check-cpu-temp.ps1
if ($lastExitCode -ne "0") { $Healthy = 0 }
if (-not($IsLinux)) {
& check-windows-system-files.ps1
if ($lastExitCode -ne "0") { $Healthy = 0 }
}
& check-dns-resolution.ps1
if ($lastExitCode -ne "0") { $Healthy = 0 }