From 3dddcf947bec82018f1f2fafe082c6dac1feecf7 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 30 Mar 2021 09:19:21 +0200 Subject: [PATCH] Disable check-windows-system-files.ps1 --- Scripts/check-health.ps1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Scripts/check-health.ps1 b/Scripts/check-health.ps1 index fc50cff3..62708dbf 100755 --- a/Scripts/check-health.ps1 +++ b/Scripts/check-health.ps1 @@ -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 }