mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Disable check-windows-system-files.ps1
This commit is contained in:
parent
67f114831d
commit
3dddcf947b
@ -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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user