mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-11 04:29:19 +02: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
|
& check-cpu-temp.ps1
|
||||||
if ($lastExitCode -ne "0") { $Healthy = 0 }
|
if ($lastExitCode -ne "0") { $Healthy = 0 }
|
||||||
|
|
||||||
if (-not($IsLinux)) {
|
|
||||||
& check-windows-system-files.ps1
|
|
||||||
if ($lastExitCode -ne "0") { $Healthy = 0 }
|
|
||||||
}
|
|
||||||
|
|
||||||
& check-dns-resolution.ps1
|
& check-dns-resolution.ps1
|
||||||
if ($lastExitCode -ne "0") { $Healthy = 0 }
|
if ($lastExitCode -ne "0") { $Healthy = 0 }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user