From 37f51333aa33d04692d5ec9242f19a0fdf8a3617 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 21 Sep 2021 21:06:10 +0200 Subject: [PATCH] Update check-health.ps1 --- Scripts/check-health.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/check-health.ps1 b/Scripts/check-health.ps1 index 98afc772..07f22c3e 100755 --- a/Scripts/check-health.ps1 +++ b/Scripts/check-health.ps1 @@ -14,7 +14,7 @@ $Hostname = $(hostname) $Healthy = 1 -"Checking health of $Hostname ..." +"Checking $Hostname's health..." & "$PSScriptRoot/check-swap-space.ps1" if ($lastExitCode -ne "0") { $Healthy = 0 }